From 0b6d1d2e4ba18bd038d91b803b68a16921ab3d7c Mon Sep 17 00:00:00 2001 From: kemonine Date: Fri, 2 Aug 2024 14:24:48 -0400 Subject: [PATCH] add updated/modern commands to setup script so nothing is forgotten --- _setup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_setup.sh b/_setup.sh index f09767f..c555f2f 100755 --- a/_setup.sh +++ b/_setup.sh @@ -67,8 +67,11 @@ if grep -q "Android" <<< `uname -a`; then termux-reload-settings fi -echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone glow" -echo "termux-api" +echo "eza fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone glow progress s-tui killport micro btop bmon" +echo "lazydocker for docker systems" +echo "nvtop for gpu systems" +echo "termux-api for termux systems" +echo "browsh & carbonyl for web (resource heavy)" echo "copy restic.sh if desired/needed" echo "setup rclone for org/nextcloud sync if necessary (use 'nc-personal' for destination name)" echo "run tmux and do -I to install plugins and finish setup"