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

[ ! -d "${HOME}/.ccache" ] && \
    mkdir -p "${HOME}/.ccache"

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

Consider giving Nix/NixOS a try! <3