Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 303 Bytes

File metadata and controls

14 lines (11 loc) · 303 Bytes

Bat Extra

To install the bat theme:

mkdir -p "$(bat --config-dir)/themes"
cd "$(bat --config-dir)/themes"
# Download ashen.tmTheme and put it in this folder
# Then generate the cache
bat cache --build
# Add Ashen to the config file
echo '--theme="ashen"'>> $(bat --config-dir)/config