view .chezmoiignore @ 465:daf715cd8abe

Set title from nvim
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 23 Sep 2021 20:13:52 +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 }}