dotfiles/stow/usr/bin/stow-home
2016-07-17 15:08:09 +02:00

5 lines
188 B
Bash

#!/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"