You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
530 B
Bash

#!/usr/bin/env zsh
brew uninstall node
brew update
brew install node --without-npm
brew unlink node
brew link node
10 years ago
curl -L https://npmjs.org/install.sh | sh
9 years ago
npm install -g caniuse-cmd
npm install -g dploy
npm install -g eslint
9 years ago
npm install -g frontend-md
npm install -g grunt-cli
npm install -g gulp
npm install -g jsonlint
9 years ago
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
9 years ago
npm install -g vtop