view .chezmoiignore @ 461:a5fb80022655

Add wezterm config
author zegervdv <zegervdv@me.com>
date Mon, 20 Sep 2021 18:45:30 +0200
parents 0b2c942eb2c9
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 }}