diff --git a/v2/debian-minimal.sh b/v2/debian-minimal.sh index 1f504d8..1dc9e4c 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 unzip +install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat chrony unzip chromium # Optionally handle fonts FONT_DIR="$HOME/.local/share/fonts" @@ -45,6 +45,4 @@ fc-cache -fv sudo systemctl enable chrony sudo systemctl enable fstrim.timer -# Pause -read -n 1 -s -r -p "Press any key to continue" -echo \ No newline at end of file +color_green; echo "Minimal setup completed."; color_reset \ No newline at end of file