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

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

Consider giving Nix/NixOS a try! <3