view .chezmoiignore @ 468:5c1146abe8e7

Add hyperlinks in zsh too
author zegervdv <zegervdv@me.com>
date Sat, 25 Sep 2021 16:56:22 +0200
parents a5fb80022655
children c983b1061bab
line wrap: on
line source

README.md
*.orig
**/.orig
*.rej
stylua.toml
scripts
.pre-commit-config.yaml
*~

{{ if ne .chezmoi.os "windows" }}
AppData/*
{{ end }}

{{ if eq .chezmoi.os "windows" }}
.config/nvim/*
.bashrc
.zshrc
.Brewfile
.inputrc
.lscolors
.tmux.conf
bin/*
.zsh/*
{{ end }}