From e99d766a587cf8f4355df6b02aca8aae5296d128 Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Mon, 10 Nov 2025 12:56:40 +0100 Subject: [PATCH] small fix in deb-minimal --- v2/debian-minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/debian-minimal.sh b/v2/debian-minimal.sh index 46e897a..4e4b200 100755 --- a/v2/debian-minimal.sh +++ b/v2/debian-minimal.sh @@ -32,7 +32,7 @@ color_yellow; echo "Starting minimal setup..."; color_reset mkdir -p "$HOME"/{.bin,.fonts,.icons,.themes,DATA} "$HOME/.local/share/"{icons,themes,applications} "$HOME/.config/"{autostart,gtk-{3.0,4.0},variety,fish,neofetch} # Install essential tools -install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat chrony +install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat chrony unzip # Optionally handle fonts FONT_DIR="$HOME/.local/share/fonts"