Add gohugo and clojure to asdf plugins
This commit is contained in:
3
install
3
install
@@ -104,13 +104,14 @@ if [ ! -d "$HOME/.asdf" ] ; then
|
||||
fi
|
||||
|
||||
# Add and install these ones.
|
||||
for plugin in golang erlang elixir ; do
|
||||
for plugin in golang erlang elixir clojure ; do
|
||||
asdf plugin add $plugin
|
||||
asdf install $plugin latest
|
||||
asdf global $plugin latest
|
||||
done
|
||||
# Just add these, for now.
|
||||
asdf plugin add python
|
||||
asdf plugin add gohugo
|
||||
|
||||
if [ ! -d ~/.tmux/plugins/tpm ] ; then
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
Reference in New Issue
Block a user