diff --git a/install b/install index 7cd50b0..8534eb6 100755 --- a/install +++ b/install @@ -110,7 +110,7 @@ asdf reshim go install github.com/go-delve/delve/cmd/dlv@latest # Just add these, for now. -ADD_ONLY="python tmux sbcl ocaml gohugo erlang elixir clojure" +ADD_ONLY="python tmux sbcl opam gohugo erlang elixir clojure" for plugin in $ADD_ONLY ; do asdf plugin add $plugin done