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

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

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

Consider giving Nix/NixOS a try! <3