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.

23 lines
445 B
Bash

#!/usr/bin/env zsh
nvm install 6.11.0
nvm install 8.1.1
nvm use 6.11.0
nvm alias default 6.11.0
npm install -g npm@latest
npm update -g
npm install -g diff-so-fancy
npm install -g eslint
8 years ago
npm install -g eslint-config-xo-space
npm install -g fkill-cli
npm install -g gulp
npm install -g jsonlint
npm install -g npm-check-updates
npm install -g pure-prompt
npm install -g sass-lint
npm install -g trash-cli
9 years ago
npm install -g vtop
npm install -g xo