aboutsummaryrefslogtreecommitdiffstats
path: root/stow
diff options
context:
space:
mode:
Diffstat (limited to 'stow')
-rw-r--r--stow/usr/bin/stow-home5
1 files changed, 5 insertions, 0 deletions
diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home
new file mode 100644
index 0000000..248fb5a
--- /dev/null
+++ b/stow/usr/bin/stow-home
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+# Make stow always stow to my HOME directory. It's weird that this
+# can't be done in a .stowrc, it doesn't support variable expansion.
+/usr/bin/stow --target "$HOME"