aboutsummaryrefslogtreecommitdiffstats
path: root/stow/usr/bin/stow-home
blob: 85d6c248cb6bcb6c5dba9f387747b969d7623e6b (plain)
1
2
3
4
5
6
#!/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" "$@"