summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-08-14 18:32:12 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-08-14 18:32:12 -0400
commit2264fa4e57ec8938c05837f90c46a9196345513b (patch)
treefe37ffd74910ffca08e7abad46303439296ef58f /setup.sh
parent244182c74fe103e59ad3f52df37ef08c01871e95 (diff)
Fedora config
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 2a6e2f6..8c74f88 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
-STOW="stow --no-folding -R -v"
+STOW="stow --no-folding -R -v -t $HOME"
cd "$(dirname $0)"
git submodule update --init --recursive --depth 1