0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/asdf
Thomas Faugier 278bcfc93b
feat(asdf): load zsh completions instead of bash ones
Closes #11143
Closes #8779

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-10-02 20:27:52 +02:00
..
asdf.plugin.zsh feat(asdf): load zsh completions instead of bash ones 2023-10-02 20:27:52 +02:00
README.md docs(autojump): fix outdated links and update description (#11289) 2022-10-25 21:35:30 +02:00

asdf

Maintainer: @RobLoach

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