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

[ ! -d "${HOME}/.uim.d" ] &&
    mkdir -p "${HOME}/.uim.d"
[ ! -d "${HOME}/.uim.d/customs" ] &&
    mkdir -p "${HOME}/.uim.d/customs"

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

Consider giving Nix/NixOS a try! <3