wip: migration to asdf for version management, too painful having different one for everything
This commit is contained in:
1
templates/.asdfrc.j2
Normal file
1
templates/.asdfrc.j2
Normal file
@@ -0,0 +1 @@
|
||||
legacy_version_file = yes
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user