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

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

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

Consider giving Nix/NixOS a try! <3