2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
steffen-dotfiles/install/node.sh

28 lines
564 B
Bash
Raw Normal View History

2013-10-25 12:57:51 +00:00
#!/usr/bin/env zsh
brew uninstall node
2013-10-25 12:57:51 +00:00
brew update
brew install node
brew unlink node
brew link node
2015-07-29 17:58:16 +00:00
npm install -g babel
npm install -g browserify
2015-06-05 12:39:13 +00:00
npm install -g caniuse-cmd
npm install -g dploy
2014-09-22 12:53:47 +00:00
npm install -g eslint
2015-07-03 09:08:33 +00:00
npm install -g fkill-cli
2015-02-19 17:45:15 +00:00
npm install -g frontend-md
2013-10-25 12:57:51 +00:00
npm install -g grunt-cli
npm install -g gulp
2015-04-01 20:54:39 +00:00
npm install -g htmlhint
2015-07-29 17:58:16 +00:00
npm install -g jsonlint
2015-09-01 15:21:48 +00:00
npm install -g notes
npm install -g npm-check-updates
npm install -g pure-prompt
2013-10-25 12:57:51 +00:00
npm install -g recursive-blame
npm install -g stylestats
2015-10-26 10:08:51 +00:00
npm install -g svgo
npm install -g trash
2015-03-01 21:17:01 +00:00
npm install -g vtop