summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 39f8856..2a6e2f6 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
-STOW="stow"
+STOW="stow --no-folding -R -v"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1