From d79c0d00f435664d48a2ac90c03a8b2e7bc0350b Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Tue, 4 Feb 2025 12:45:07 +0100 Subject: [PATCH] First set of packages required to run Hyprland on Archlinux --- arch_setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 arch_setup.sh diff --git a/arch_setup.sh b/arch_setup.sh new file mode 100755 index 0000000..a82e2b8 --- /dev/null +++ b/arch_setup.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +pacman --noconfirm -Syyu + +pacman --noconfirm -S hyprland +pacman --noconfirm -S wofi +pacman --noconfirm -S waybar +pacman --noconfirm -S grim