Skip to content

dohjon/fish-nvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fish-nvm

Minimal nodejs version manager made for Fish.

About

Wanted a minimal and very simple nodejs installer when using fish so wrote this.

Only tested on Mac but tweaking uname flags should make it work out of the box with linux.

Requirements

sha256sum

$ sha256sum --version
sha256sum (GNU coreutils) 9.0

fzf

$ fzf --version
0.27.2

Install

cd $HOME/.config/fish/functions
git clone https://github.com/dohjon/fish-nvm.git
echo 'set fish_function_path $HOME/.config/fish/functions/nvm $fish_function_path' >> $HOME/.config/fish/config.fish
# verify installation
nvm -h

Usage

# nvm -i
nvm --install
# nvm -p
nvm --purge
# nvm -h
nvm --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages