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

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

Consider giving Nix/NixOS a try! <3