dotfiles/stow/usr/bin/stow-home

6 lines
231 B
Text
Raw Normal View History

2016-07-17 15:08:09 +02:00
#!/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.
2016-09-08 02:10:08 +02:00
/usr/bin/stow --target "$HOME" --ignore "GNUmakefile" --ignore "org" "$@"