about summary refs log tree commit diff
path: root/stow/@install
blob: e5f98c40493db1725ccdc248e3f4ff63bc480982 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

stow \
    --target="${HOME}" \
    --ignore="^@.*" \
    --verbose \
    stow

Consider giving Nix/NixOS a try! <3