view .chezmoiignore @ 452:5c960b123cba

Use template for linux/osx too
author zegervdv <zegervdv@me.com>
date Sun, 12 Sep 2021 11:09:22 +0200
parents d99353d71702
children 6655485152c9
line wrap: on
line source

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

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

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