This commit is contained in:
Marcus Noble
2021-07-26 07:34:21 +01:00
parent b04d770a26
commit 6081c13f66
3 changed files with 4 additions and 2 deletions

View File

@@ -82,7 +82,8 @@ upgrade: ## Upgrade all required binaries.
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; \
cd ~/.oh-my-zsh && git pull && cd -;
cd ~/.oh-my-zsh && git pull && cd -; \
npm install -g git-split-diffs;
.PHONY: dotfiles
dotfiles: ## Installs the dotfiles.