mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-15 12:12:58 +00:00
14 lines
274 B
Bash
Executable File
14 lines
274 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
curl -L https://git.io/n-install | bash
|
|
|
|
npm install -g npm@latest
|
|
npm update -g
|
|
|
|
npm install -g diff-so-fancy
|
|
npm install -g fkill-cli
|
|
npm install -g neovim
|
|
npm install -g npm-check
|
|
npm install -g pure-prompt
|
|
npm install -g trash-cli
|
|
npm install -g yarn
|