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

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

Consider giving Nix/NixOS a try! <3