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

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

Consider giving Nix/NixOS a try! <3