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

[ ! -d "${XDG_CONFIG_HOME}/pip" ] && \
    mkdir -p "${XDG_CONFIG_HOME}/pip"

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

Consider giving Nix/NixOS a try! <3