aboutsummaryrefslogtreecommitdiff
path: root/stow/install
blob: c16ab4d04758e5dd5ae671a72c212fd690549dc9 (plain)
1
2
3
4
5
APPS=$(find . -mindepth 1 -maxdepth 1 -type d | xargs -n1 basename)
for APP in ${APPS[@]}; do
    stow "$APP" -t "$HOME"
done