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

[ ! -d "${XDG_CONFIG_HOME}/fontconfig" ] && \
    mkdir -p "${XDG_CONFIG_HOME}/fontconfig"

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

Consider giving Nix/NixOS a try! <3