From a2e9abc408c9f4efc13aac887d9ed9014ff7e23d Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 18 Jun 2024 03:18:25 +0200 Subject: [PATCH] improve templating --- install.sh | 2 +- uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1a245de..b0aeffb 100755 --- a/install.sh +++ b/install.sh @@ -12,5 +12,5 @@ git pull --recurse-submodules ( cd "./data" - stow --verbose --target="$HOME" "home" + stow --verbose --target="$HOME" --no-folding "home" ) diff --git a/uninstall.sh b/uninstall.sh index a14a56b..9777dfd 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -10,5 +10,5 @@ read ( cd "./data" - stow --verbose --delete --target="$HOME" "home" + stow --verbose --delete --target="$HOME" --no-folding "home" )