1
0
Fork 0
oh-my-zsh/plugins/asdf
Carlo Sala 4d9d346718
feat(asdf): support asdf v0.16 ahead
Co-authored-by: Valgard Trontheim <github@trontheim.de>

Closes #12964
Closes #12967
2025-02-12 20:15:25 +01:00
..
asdf.plugin.zsh feat(asdf): support asdf v0.16 ahead 2025-02-12 20:15:25 +01:00
README.md docs: improve several plugin READMEs and add one for ssh plugin 2024-08-09 09:44:46 +02:00

asdf

Adds integration with asdf, the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.

Installation

  1. Download asdf by running the following:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
  1. Enable asdf by adding it to your plugins definition in ~/.zshrc.
plugins=(asdf)

Usage

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

Maintainer