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

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

Consider giving Nix/NixOS a try! <3