summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-01-02 11:08:13 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-02-04 13:52:53 -0500
commit708b47b62ddcb6b205b69b388974c620b5dd730b (patch)
treee47c0896b2f454712d7f55f0f65bb912985a75a2 /setup.sh
parent8730f4dda0363c4d418393b3a105309d60d4fbed (diff)
Update dotfiles
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index b77d843..f8982d2 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
-STOW="stow --no-folding"
+STOW="stow"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1