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 ## #############################