This commit is contained in:
2026-04-12 20:20:35 +03:00
parent 503136d067
commit 189177f6bc
5 changed files with 70 additions and 85 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ echo ""
# === ESSENTIAL SYSTEM PACKAGES ===
# Comment out this section if you don't want these system packages
echo "=== Installing Essential System Packages ==="
echo "Installing: file manager, screenshots, brightness, display config"
sudo pacman -S --needed thunar grim slurp brightnessctl wdisplays
echo "Installing: file manager, screenshots, brightness, display config, terminal"
sudo pacman -S --needed thunar grim slurp brightnessctl wdisplays kitty
echo "✓ Essential system packages installed"
echo ""