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

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

Consider giving Nix/NixOS a try! <3