2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
steffen-dotfiles/install/node.sh
Steffen Rademacker 1ee52ab99e woot
2015-06-05 14:39:13 +02:00

25 lines
530 B
Bash
Executable File

#!/usr/bin/env zsh
brew uninstall node
brew update
brew install node --without-npm
brew unlink node
brew link node
curl -L https://npmjs.org/install.sh | sh
npm install -g caniuse-cmd
npm install -g dploy
npm install -g eslint
npm install -g frontend-md
npm install -g grunt-cli
npm install -g gulp
npm install -g jsonlint
npm install -g htmlhint
npm install -g npm-check-updates
npm install -g pageres
npm install -g pure-prompt
npm install -g recursive-blame
npm install -g stylestats
npm install -g trash
npm install -g vtop