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

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

Consider giving Nix/NixOS a try! <3