This commit is contained in:
[yuri]
2025-11-11 16:51:18 +01:00
parent 9a38c02135
commit e85069cfd3

View File

@@ -47,7 +47,7 @@ say_yellow "Starting minimal setup..."
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} 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 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 chromium install_packages wget curl nano fastfetch lolcat bash-completion starship alacritty hwinfo lshw man-db tree xdg-user-dirs rsync time bat chronyd unzip chromium
# Optionally handle fonts # Optionally handle fonts
FONT_DIR="$HOME/.local/share/fonts" FONT_DIR="$HOME/.local/share/fonts"
@@ -67,7 +67,7 @@ else
fi fi
# Enable basic services # Enable basic services
sudo systemctl enable chrony sudo systemctl enable chronyd.service
sudo systemctl enable fstrim.timer sudo systemctl enable fstrim.timer
# End of script # End of script