From d1a696386dfbec2bbdb24ed6ee3994c8048087a6 Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:17:49 +0100 Subject: [PATCH] Added stow installation in install.sh --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.sh b/install.sh index e373627..03cb354 100755 --- a/install.sh +++ b/install.sh @@ -39,6 +39,14 @@ if ! command -v paru &>/dev/null; then makepkg -si --noconfirm fi +##################### +## Installing stow ## +##################### + +sudo -v +gum spin --title "Installing GNU Stow" -- \ + paru -S --needed --noconfirm stow + ############################# ## Configuration Selection ## #############################