0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/asdf
John Burwell 05713785b0 asdf: add Homebrew and completion support (#6749)
* Modifies the search logic for asdf to include Homebrew when it is
installed. The implementation is adapted from the pyenv plugin.
2018-08-07 18:10:35 +02:00
..
asdf.plugin.zsh asdf: add Homebrew and completion support (#6749) 2018-08-07 18:10:35 +02:00
README.md Add 'asdf' plugin 2016-03-30 02:05:07 -04:00

asdf

Maintainer: @RobLoach

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

Installation

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

Usage

See the asdf usage documentation for information on how to use asdf:

asdf plugin-add nodejs git@github.com:asdf-vm/asdf-nodejs.git
asdf install nodejs 5.9.1