brew install asdf
# Required for installing / compiling Erlang documentation...
brew install autoconf wxmac
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
# Install a new plugin (i.e. nodejs ruby elixir golang)...
asdf plugin-add $plugin_name
# Update all installed plugins...
asdf plugin-update --all
# List all installed plugins...
asdf plugin-list
Helpful commands for Ruby projects for troubleshooting / configuration...
bundle env
gem environment
Install NodeJS OpenPGP keys...
bash /usr/local/opt/asdf/plugins/nodejs/bin/import-release-team-keyring
brew upgrade asdf
asdf plugin-add elixir
asdf plugin-add erlang
asdf plugin-add node
asdf plugin-add ruby
asdf install