From 0396082f7d7bd1ef689470f8d0a289ac7cd31de5 Mon Sep 17 00:00:00 2001 From: billy Date: Mon, 4 Nov 2024 14:39:54 -0500 Subject: [PATCH] ncdu tldr and htop default installs --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 3b1fa58..1958fac 100755 --- a/debian.sh +++ b/debian.sh @@ -63,7 +63,7 @@ sudo apt update echo "Purging yucky packages" sudo apt purge nano evolution nautilus echo "Installing yummy packages" -sudo apt install vim git cifs-utils nfs-common ripgrep stow virtualenv wget zip unzip kitty libfuse-dev python3-pip nemo +sudo apt install vim git cifs-utils nfs-common ripgrep stow virtualenv wget zip unzip kitty libfuse-dev python3-pip nemo ncdu tldr htop # wayland specific packages if echo $XDG_SESSION_TYPE | grep -q "wayland"; then