feat: Adding in the zsh theme

This commit is contained in:
2025-06-02 11:04:03 -05:00
parent 6c228e4b4b
commit 6adfad1be2
2 changed files with 86 additions and 0 deletions

View File

@@ -32,3 +32,8 @@ if [ ! -L $HOME/.config/nvim/snippets ]
then
ln -fs $PWD/nvim/snippets $HOME/.config/nvim/snippets
fi
if [ ! -L $HOME/.oh-my-zsh/custom/themes ]
then
ln -fs $PWD fb-custom.zsh-theme $HOME/.oh-my-zsh/custom/themes/fb-custom.zsh-theme
fi