aboutsummaryrefslogtreecommitdiffstats
path: root/stow/usr/bin/stow-home
blob: 2dc4b081b2bf78cd22d7ab4c8d756a0df0763668 (plain)
1
2
3
4
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" --ignore "GNUmakefile" --ignore "org" "$@"