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

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

Consider giving Nix/NixOS a try! <3