We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a33cb7 commit 32fee50Copy full SHA for 32fee50
bootstrap.sh
@@ -207,6 +207,10 @@ install_oh_my_zsh() {
207
configure_asdf() {
208
info "Configuring asdf and relevant plugins"
209
210
+ # asdf scripts needed during nodejs install for reshim
211
+ # also avoiding reloading shell for .zshrc and exiting script
212
+ . $(brew --prefix asdf)/libexec/asdf.sh
213
+
214
info "Installing asdf plugin for erlang, elixir, and nodejs"
215
[ ! -d "$ASDF_DIR/plugins/erlang" ] && asdf plugin add erlang
216
[ ! -d "$ASDF_DIR/plugins/elixir" ] && asdf plugin add elixir
0 commit comments