oh-my-bash/plugins/asdf
Rob Loach a3720d83b2
plugins/asdf: Add asdf extendable version manager plugin (#593)
* plugins: Add asdf plugin
* plugins/asdf: Add docs

Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2024-09-01 09:13:34 +09:00
..
asdf.plugin.sh plugins/asdf: Add asdf extendable version manager plugin (#593) 2024-09-01 09:13:34 +09:00
README.md plugins/asdf: Add asdf extendable version manager plugin (#593) 2024-09-01 09:13:34 +09:00

asdf plugin

Add oh-my-bash integration with asdf, the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.

Installation

  1. Install asdf by running the following:

    git clone https://github.com/asdf-vm/asdf.git ~/.asdf
    
  2. Enable the plugin by adding it to your oh-my-bash plugins definition in ~/.bashrc.

    plugins=(asdf)
    
  3. Enable the completions by adding it to your oh-my-bash completions definition in ~/.bashrc.

    completions=(asdf)
    

Usage

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

asdf plugin add nodejs
asdf install nodejs latest