From e2182cad9d4c3983931401f2b77589c96186b631 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 7 Apr 2024 16:33:33 +0530 Subject: [PATCH] use glob instead of `. ` which is recursive --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5e548ad..355d6b7 100644 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ done echo "" echo "Stowing apps for user: ${whoami}" -stow -v -R -t $HOME . +stow -v -R -t $HOME * echo "" echo "##### ALL DONE"