aboutsummaryrefslogtreecommitdiffstats
path: root/stow/usr/bin/stow-home
blob: d85c133d5ea39c0dab6ec48b19daab8ffb267c0b (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" "$@"