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

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

Consider giving Nix/NixOS a try! <3