From d6ded7deee4fd3e301300db1e6ff09c7e63d9462 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 17 Jun 2024 10:45:52 +0200 Subject: [PATCH] doc: add descriptions to some requirements cli --- _requirements.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/_requirements.sh b/_requirements.sh index a4614e8..a40e4a9 100644 --- a/_requirements.sh +++ b/_requirements.sh @@ -1,7 +1,7 @@ # Install nala apt update apt upgrade -y -apt install -y nala +apt install -y nala # Good front-end for "apt-*" cli # Install base utilities echo "[server_config] > Installing required utilities (base)" @@ -20,6 +20,9 @@ nala install -y \ nmap \ xxd \ inxi \ + # nmap (network viewer/utility) + # xxd (bin to hexa etc...) + # inxi (system/hardware config viewer) # Install comfort utilities echo "[server_config] > Installing required utilities (comfort)" @@ -29,9 +32,15 @@ nala install -y \ fzf \ tmux \ tmate \ + # bat (better cat) + # btop (TUI htop alternative) + # fzf (fuzzy finder) + # tmux (terminal multiplexer) + # tmate (tmux over ssh) # Install zoxide through webinstall (see zoxide install instruction on debian) curl -sS https://webi.sh/zoxide | sh +# zoxide (smartter cd) # Install really necessary utilities echo "[server_config] > Installing required utilities (really necessary)"