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

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

Consider giving Nix/NixOS a try! <3