9 lines
137 B
Bash
Executable file
9 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. $(brew --prefix asdf)/libexec/asdf.sh
|
|
|
|
asdf plugin add direnv
|
|
asdf plugin add elixir
|
|
asdf plugin add erlang
|
|
|
|
asdf install
|