Adding useful node system packages.

This commit is contained in:
Bradley Shellnut 2020-11-04 10:11:46 -08:00
parent 827f23c19d
commit 7a5f7b69d6

View file

@ -10,6 +10,11 @@
- Heroku CLI: `sudo snap install --classic heroku` - Heroku CLI: `sudo snap install --classic heroku`
- Sanity CLI: `sudo npm install @sanity/cli -g` - Sanity CLI: `sudo npm install @sanity/cli -g`
#### Useful System Packages
- [TLDR Man Pages](https://tldr.sh/)
- [Trash-CLI](https://www.npmjs.com/package/trash-cli)
### [Linux Brew](https://docs.brew.sh/Homebrew-on-Linux) ### [Linux Brew](https://docs.brew.sh/Homebrew-on-Linux)
- Install: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"` - Install: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`