Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 761 Bytes

bat_setup.md

File metadata and controls

17 lines (13 loc) · 761 Bytes

Get file path / Make config file

  • get config file path bat --config-file
  • if doesn't exists run bat --generate-config-file

Theme and syntax highlighting

Official documentation

  • bat uses sublime text themes read

How to ad tokyo night theme:

  1. get sublime text tokyo night theme from link
  2. create theme directory mkdir -p "$(bat --config-dir)/themes"
  3. move theme in the directory
  4. update binary cache bat cache --build
  5. use bat --list-themes to check if the new themes are available.
  6. add --theme="tokyonight_storm" to bat --config-file