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

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

Consider giving Nix/NixOS a try! <3