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

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

Consider giving Nix/NixOS a try! <3