comparison .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
comparison
equal deleted inserted replaced
450:f46d7731ae5e 451:d99353d71702
2 *.orig 2 *.orig
3 *.rej 3 *.rej
4 stylua.toml 4 stylua.toml
5 scripts 5 scripts
6 .pre-commit-config.yaml 6 .pre-commit-config.yaml
7 *~
8
9 {{ if ne .chezmoi.os "windows" }}
10 AppLocal/*
11 {{ end }}
12
13 {{ if eq .chezmoi.os "windows" }}
14 .config/*
15 .bashrc
16 .zshrc
17 .Brewfile
18 .inputrc
19 .lscolors
20 .tmux.conf
21 bin/*
22 .zsh/*
23 {{ end }}