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

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

Consider giving Nix/NixOS a try! <3