From 04232350f1c71b3b73a717f216c88abc04b833c4 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:41:04 +0200 Subject: [PATCH] Update index.md --- cheatsheets/shell/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cheatsheets/shell/index.md b/cheatsheets/shell/index.md index 58df6b77a..bd09b379b 100644 --- a/cheatsheets/shell/index.md +++ b/cheatsheets/shell/index.md @@ -1,15 +1,18 @@ --- -title: Unix shell +title: Shell (Unix) logo: gnubash +description: | + Guide to using Bash/ZSH on macOS and Linux --- +What is covered here: - Use-cases - [x] Shell scripting - [x] Command-line - [x] Manage your system's configs and packages. - Operating systems - - [x] Linux + - [x] Linux (Debian/Ubuntu focus) - [x] macOS - Shells - [x] Bash (this is the focus)