Mercurial > dotfiles
diff .chezmoiignore @ 451:d99353d71702
Use common template for windows nvim config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 12 Sep 2021 11:01:25 +0200 |
parents | 7004867c436c |
children | 6655485152c9 |
line wrap: on
line diff
--- a/.chezmoiignore Fri Aug 27 18:11:40 2021 +0200 +++ b/.chezmoiignore Sun Sep 12 11:01:25 2021 +0200 @@ -4,3 +4,20 @@ stylua.toml scripts .pre-commit-config.yaml +*~ + +{{ if ne .chezmoi.os "windows" }} +AppLocal/* +{{ end }} + +{{ if eq .chezmoi.os "windows" }} +.config/* +.bashrc +.zshrc +.Brewfile +.inputrc +.lscolors +.tmux.conf +bin/* +.zsh/* +{{ end }}