anyenv 導入#
2022年現在はasdfをの方をおすすめ
インストールと初期化#
## install
brew install anyenv
## shellに設定追加(zsh)
echo 'eval "$(anyenv init -)"' \>> ~/.zshrc
## shellに設定追加(fish)
echo 'anyenv init - fish | source' >> ~/.config/fish/config.fish
## terminalを再起動
exec $SHELL -l
## 初期化
anyenv install --init
plugin#
anyenv-update#
## インストール
git clone https://github.com/znz/anyenv-update.git ~/.anyenv/plugins/anyenv-update
## 各envのアップデート
anyenv update
Related Note#
References#
Tags#
#cli