aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 8494a4e..1f40273 100755
--- a/setup.sh
+++ b/setup.sh
@@ -110,6 +110,12 @@ if [ ! -f ~/.config/alacritty/alacritty.local.yml ]; then
fi
fi
+# Bat {{{2
+if type bat >/dev/null 2>&1; then
+ echo "bat: rebuild cache"
+ bat cache --clean && bat cache --build
+fi
+
# Neovim: packer.nvim {{{2
packer_nvim_dir="${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/packer/opt/packer.nvim
if [ ! -d "$packer_nvim_dir" ]; then