mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
8 lines
326 B
Bash
8 lines
326 B
Bash
yay -S --noconfirm --needed \
|
|
hyprland hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
|
|
wofi waybar swaync swaybg \
|
|
xdg-desktop-portal-hyprland xdg-desktop-portal xdg-desktop-portal-gnome
|
|
|
|
# Start Hyprland on first session
|
|
echo "[[ -z \$DISPLAY && \$(tty) == /dev/tty1 ]] && exec Hyprland" >~/.bash_profile
|