travi / dotfiles

My disaster recovery plan.
21 stars 6 forks source link

add nvm #83

Closed travi closed 9 years ago

travi commented 9 years ago
Add NVM's working directory to your $HOME path (if it doesn't exist):

  mkdir ~/.nvm

Copy nvm-exec to NVM's working directory

  cp $(brew --prefix nvm)/nvm-exec ~/.nvm/

Add the following to $HOME/.bashrc, $HOME/.zshrc, or your shell's
equivalent configuration file:

  export NVM_DIR=~/.nvm
  source $(brew --prefix nvm)/nvm.sh

Type `nvm help` for further information.

Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
travi commented 9 years ago

add the executable copy to ~/.nvm to the install step