new(bat): add config & install script for linux

This commit is contained in:
qwjyh 2024-11-15 20:35:05 +09:00
parent 297445343d
commit c10ff130ce
2 changed files with 6 additions and 0 deletions

View file

@ -48,3 +48,5 @@ ln -sf $(pwd)/dotfiles/startup_linux.jl ~/.julia/config/startup.jl
mkdir -p ~/.config/lf
ln -sf $(pwd)/dotfiles/lf/lfrc ~/.config/lf/lfrc
ln -sf $(pwd)/dotfiles/bat/config "$(bat --config-file)"

4
dotfiles/bat/config Normal file
View file

@ -0,0 +1,4 @@
# use Catppuccin for bat
# https://github.com/catppuccin/bat
# Installation instruction on the readme
--theme="Catppuccin Latte"