view .chezmoiignore @ 545:20ee2a5d1f3d

Add brew packages
author zegervdv <zegervdv@me.com>
date Sun, 30 Jan 2022 10:44:11 +0100
parents c983b1061bab
children 3c1aaccf3cef 5631c3f65dc1
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 }}

{{ if ne .chezmoi.os "linux" }}
.local/share/applications/*
{{ end }}