small fix in deb-minimal

This commit is contained in:
[yuri]
2025-11-10 12:56:40 +01:00
parent 7015b6a829
commit e99d766a58

View File

@@ -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"