From eecf8132a6a6f69f9cf9f975d813005b0cafc702 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Jul 2016 15:08:09 +0200 Subject: Initial commit --- stow/usr/bin/stow-home | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stow/usr/bin/stow-home (limited to 'stow') 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" -- cgit v1.2.3-54-g00ecf