From c10ff130ce07c92adabd650e9b48f27613ef42f3 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 15 Nov 2024 20:35:05 +0900 Subject: [PATCH] new(bat): add config & install script for linux --- bin/install.sh | 2 ++ dotfiles/bat/config | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 dotfiles/bat/config diff --git a/bin/install.sh b/bin/install.sh index 2b12256..4da1d01 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -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)" diff --git a/dotfiles/bat/config b/dotfiles/bat/config new file mode 100644 index 0000000..7042fd2 --- /dev/null +++ b/dotfiles/bat/config @@ -0,0 +1,4 @@ +# use Catppuccin for bat +# https://github.com/catppuccin/bat +# Installation instruction on the readme +--theme="Catppuccin Latte"