brew install asdf
echo -e '\n. $(brew --prefix asdf)/asdf.sh' >> ~/.zshrc
echo -e '\n. $(brew --prefix asdf)/etc/bash_completion.d/asdf.bash' >> ~/.zshrc
brew install \
coreutils automake autoconf openssl \
libyaml readline libxslt libtool unixodbc
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.gitasdf install erlang 21.3asdf global erlang 21.3asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.gitasdf install elixir ref:v1.8.1asdf global elixir ref:v1.8.1