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

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

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

Consider giving Nix/NixOS a try! <3