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

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

Consider giving Nix/NixOS a try! <3