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

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

Consider giving Nix/NixOS a try! <3