./install-configs.shThe following commands have to be executed from inside the ~/.dotfiles directory!
- Install configs to
~/.configwith:
stow -v -S app # (uninstall with `-D` instead of `-S`)- Install configs to
/etcwith:
stow -v -t /etc -S etc- use
shellcheck! - use
shfmt!
- secret environment variables go in
~/.dotfiles/zsh/.config/zsh/.secrets(this file is ignored in.gitignore; don't even try) - it is sourced in
~/.dotfiles/zsh/.config/zsh/.zshrc.local
- include
stpatches