new(bat): add config & install script for linux
This commit is contained in:
parent
297445343d
commit
c10ff130ce
2 changed files with 6 additions and 0 deletions
|
@ -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
4
dotfiles/bat/config
Normal file
|
@ -0,0 +1,4 @@
|
|||
# use Catppuccin for bat
|
||||
# https://github.com/catppuccin/bat
|
||||
# Installation instruction on the readme
|
||||
--theme="Catppuccin Latte"
|
Loading…
Reference in a new issue