From cbf581acfa2d36374f6f0f53b26c5a0b4c96dfbc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 Apr 2020 00:48:00 -0700 Subject: Use .stowrc instead of a bash wrapper around stow The comment in ‘stow-home’ claims that ‘.stowrc’ doesn’t support variable expansion. I don’t know if I couldn’t figure it out before or if stow has been updated since then, but it seems to work fine now. --- stow/usr/bin/stow-home | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 stow/usr/bin/stow-home (limited to 'stow') diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home deleted file mode 100755 index 85d6c24..0000000 --- a/stow/usr/bin/stow-home +++ /dev/null @@ -1,6 +0,0 @@ -#!/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" --ignore "GNUmakefile" --ignore "org" \ - --ignore ".dir-locals.el" "$@" -- cgit v1.2.3-54-g00ecf