From 188428494784495c45010dbe9d83a7c071152257 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 23 Jul 2023 23:21:36 +0100 Subject: [PATCH] Add gohugo and clojure to asdf plugins --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index 38c9ecd..841eb6d 100755 --- a/install +++ b/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