Add zsh theme customizations

This commit is contained in:
Tommy Harris 2020-12-21 16:49:49 -07:00
parent 811e2d6a4d
commit 3ea5405b52
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ echo " --> setting up zsh-syntax-highlighting..."
if ! [[ -d ~/.oh-my-zsh/plugins/zsh-syntax-highlighting ]]; then
echo " --> cloning zsh-syntax-highlighting..."
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.oh-my-zsh/plugins/zsh-syntax-highlighting
echo " --> copying zsh theme customizations..."
cp oh-my-zsh/themes/agnoster.zsh-theme $HOME/.oh-my-zsh/themes/
else
echo " --> zsh-syntax-highlighting already installed!"
fi