Update oh-my-zsh
This commit is contained in:
parent
3335b8fd82
commit
723b7be4e5
3
Makefile
3
Makefile
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user