wip: migration to asdf for version management, too painful having different one for everything

This commit is contained in:
Ben Dixon
2019-04-12 17:05:35 +01:00
parent 1da37fe46b
commit 30aa367714
4 changed files with 46 additions and 9 deletions

1
templates/.asdfrc.j2 Normal file
View File

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

View File

@@ -8,14 +8,18 @@ export PATH=${PATH}:${ANDROID_HOME}/platform-tools
export PATH=/usr/local/opt/imagemagick@6/bin:${PATH}
# Load rbenv
eval "$(rbenv init -)"
# eval "$(rbenv init -)"
# Load nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh --no-use" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# export NVM_DIR="$HOME/.nvm"
# [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh --no-use" # This loads nvm
# [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
ZSH_THEME="rubbyrussel"
# Load personal ZSH config which should be stored in ~/.zshrc.personal
. ~/.zshrc.personal
ZSH_THEME="rubbyrussel"
# Load asdf
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash