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

1
.asdfrc Normal file
View File

@ -0,0 +1 @@
legacy_version_file = yes

View File

@ -1,4 +1,4 @@
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$HOME/goworkspace/bin:$HOME/.cargo/bin:/usr/local/kubebuilder/bin"
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$HOME/goworkspace/bin:$HOME/.cargo/bin:/usr/local/kubebuilder/bin:$HOME/.asdf/shims"
export EDITOR='vim'
export VISUAL='code'

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.