From 21c5207435be64dfa5ee31b5d1ce9ed50cdce199 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 7 Apr 2024 16:31:04 +0530 Subject: [PATCH] fix stow command (i think?) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7e5125c..5e548ad 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ done echo "" echo "Stowing apps for user: ${whoami}" -find * -maxdepth 1 -exec "stow -v -R -t $HOME {}" \; +stow -v -R -t $HOME . echo "" echo "##### ALL DONE"