view .chezmoiignore @ 467:c72fa6d32653

Enable hyperlinks in ls
author zegervdv <zegervdv@me.com>
date Sat, 25 Sep 2021 16:40:29 +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 }}