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

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

Consider giving Nix/NixOS a try! <3