2013-10-25 12:57:51 +00:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
|
2014-01-14 13:39:40 +00:00
|
|
|
brew uninstall node
|
2013-10-25 12:57:51 +00:00
|
|
|
brew update
|
2014-01-14 13:39:40 +00:00
|
|
|
brew install node --without-npm
|
|
|
|
brew unlink node
|
|
|
|
brew link node
|
|
|
|
curl https://npmjs.org/install.sh | sh
|
|
|
|
|
|
|
|
# set npm to use npm_lazy
|
|
|
|
npm install -g npm_lazy
|
|
|
|
npm config set registry http://localhost:8080/
|
|
|
|
grepkill npm_lazy
|
|
|
|
npm_lazy &
|
|
|
|
|
|
|
|
npm install -g bower
|
|
|
|
npm install -g dploy
|
|
|
|
npm install -g generator-generator
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g grunt-cli
|
|
|
|
npm install -g jake
|
2014-01-01 16:07:20 +00:00
|
|
|
npm install -g js-beautify
|
2014-01-14 13:39:40 +00:00
|
|
|
npm install -g jshint
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g jsonlint
|
2014-01-14 13:39:40 +00:00
|
|
|
npm install -g npm-check-updates
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g recursive-blame
|
2014-01-14 13:39:40 +00:00
|
|
|
npm install -g uglify-js
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g yo
|