From 7a5f7b69d69e97cfb3fa7ae6b565998a748abf35 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Wed, 4 Nov 2020 10:11:46 -0800 Subject: [PATCH] Adding useful node system packages. --- linux/Environment-Setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux/Environment-Setup.md b/linux/Environment-Setup.md index 1288f72..fde84b1 100644 --- a/linux/Environment-Setup.md +++ b/linux/Environment-Setup.md @@ -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)"`