aboutsummaryrefslogtreecommitdiffstats
path: root/stow
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-17 15:08:09 +0200
committerGravatar Tom Willemse2016-07-17 15:08:09 +0200
commiteecf8132a6a6f69f9cf9f975d813005b0cafc702 (patch)
tree5560dc53753a25f8693b9c5d41872f26efe5a740 /stow
downloadnew-dotfiles-eecf8132a6a6f69f9cf9f975d813005b0cafc702.tar.gz
new-dotfiles-eecf8132a6a6f69f9cf9f975d813005b0cafc702.zip
Initial commit
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"