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

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

Consider giving Nix/NixOS a try! <3