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

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

Consider giving Nix/NixOS a try! <3