Update oh-my-zsh

This commit is contained in:
Marcus Noble 2021-07-26 06:51:50 +01:00
parent 3335b8fd82
commit 723b7be4e5
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ upgrade: ## Upgrade all required binaries.
which asdf > /dev/null && brew upgrade asdf; \
cd $${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions && git pull && cd -; \
cd $${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting && git pull && cd -; \
asdf plugin update --all;
asdf plugin update --all; \
cd ~/.oh-my-zsh && git pull && cd -;
.PHONY: dotfiles
dotfiles: ## Installs the dotfiles.