feat(nvim): add silicon plugin to create code screenshots

This commit is contained in:
Stefan Imhoff
2024-03-01 12:56:39 +01:00
parent f62e68d2f6
commit 0bd8041207
3 changed files with 36 additions and 0 deletions

View File

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