feat (glow): Add glow.yaml

This commit is contained in:
js0ny 2024-11-20 14:49:35 +00:00
parent 808ae43abb
commit f815cdce66
5 changed files with 241 additions and 4 deletions

View file

@ -11,3 +11,8 @@ for plugin in $ZDOTDIR/plugins/*; do
git pull --quiet --no-edit
fi
done
if [ which brew > /dev/null ]; then
brew update
brew upgrade
fi