- get config file path
bat --config-file
- if doesn't exists run
bat --generate-config-file
- bat uses sublime text themes read
How to ad tokyo night theme:
- get sublime text tokyo night theme from link
- create theme directory
mkdir -p "$(bat --config-dir)/themes"
- move theme in the directory
- update binary cache
bat cache --build
- use
bat --list-themes
to check if the new themes are available. - add --theme="tokyonight_storm" to
bat --config-file