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
|
fi
|
||||||
|
|
||||||
# Add and install these ones.
|
# 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 plugin add $plugin
|
||||||
asdf install $plugin latest
|
asdf install $plugin latest
|
||||||
asdf global $plugin latest
|
asdf global $plugin latest
|
||||||
done
|
done
|
||||||
# Just add these, for now.
|
# Just add these, for now.
|
||||||
asdf plugin add python
|
asdf plugin add python
|
||||||
|
asdf plugin add gohugo
|
||||||
|
|
||||||
if [ ! -d ~/.tmux/plugins/tpm ] ; then
|
if [ ! -d ~/.tmux/plugins/tpm ] ; then
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|||||||
Reference in New Issue
Block a user