feat(bat): add bat colorschemes

This commit is contained in:
Stefan Imhoff
2024-03-01 12:56:15 +01:00
parent f9d296b017
commit f62e68d2f6
8 changed files with 3843 additions and 0 deletions

View File

@@ -62,3 +62,7 @@ source ./golang.sh
# GitHub CLI Extensions
echo "Installing GitHub CLI Extensions"
source ./github.sh
# Install Themes
cd ~/.dotfiles/bat
bat cache --build
cd ..