Marc Cornellà efafef8495 docs: improve several plugin READMEs and add one for `ssh` plugin | пре 3 месеци | |
---|---|---|
.. | ||
README.md | пре 3 месеци | |
asdf.plugin.zsh | пре 1 година |
Adds integration with asdf, the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
Download asdf by running the following:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
Enable asdf by adding it to your plugins
definition in ~/.zshrc
.
plugins=(asdf)
See the asdf documentation for information on how to use asdf:
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest