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

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

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

Consider giving Nix/NixOS a try! <3