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

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

Consider giving Nix/NixOS a try! <3