Files
dotfiles/install/nvm.sh
Nick Nisi 387594e491 update install files
* correct bad paths in install.sh (thanks @pidgypost)
* update brew install script
* update nvm installation to work correctly

fixes #6 and fixes #7
2015-08-10 22:40:10 -05:00

8 lines
126 B
Bash
Executable File

#!/bin/sh
# reload nvm into this environment
source $(brew --prefix nvm)/nvm.sh
nvm install stable
nvm alias default stable