also made some categories for specific package install modules (netdev, core, gaming), and encapped hyprland in 1 file

main
The_miro 2025-05-06 16:21:43 +02:00
parent 3c65e8f254
commit 14c368f9db
8 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
echo "Installing required Packages"
sudo pacman -Syu --noconfirm hyprland hyprcursor hyprpaper hyprlock kitty alacritty
echo "Installing AUR packages"
yay -Syu --answerdiff None --answerclean All nwg-dock-hyprland hyprland-workspaces bluetuith
#eww compilation
echo "compiling EWW"

View File