view .chezmoiignore @ 475:6788bd8d86c5

Disable hyperlinks in ls
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 21 Oct 2021 10:08:59 +0200
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 }}