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

[ ! -d "${HOME}/.hackport" ] && \
    mkdir -p "${HOME}/.hackport"

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

Consider giving Nix/NixOS a try! <3