mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Adding useful node system packages.
This commit is contained in:
parent
827f23c19d
commit
7a5f7b69d6
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
|||
- Heroku CLI: `sudo snap install --classic heroku`
|
||||
- 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)
|
||||
|
||||
- Install: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue