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

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

Consider giving Nix/NixOS a try! <3