Add gohugo and clojure to asdf plugins

This commit is contained in:
2023-07-23 23:21:36 +01:00
parent 7c6fd83f97
commit 1884284947

View File

@@ -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