Mercurial > dotfiles
annotate .chezmoiignore @ 504:1403bfc694e4
Add ripgrep configuration file
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 09 Dec 2021 09:06:14 +0100 |
parents | c983b1061bab |
children | 3c1aaccf3cef 5631c3f65dc1 |
rev | line source |
---|---|
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
1 README.md |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
2 *.orig |
458 | 3 **/.orig |
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
4 *.rej |
405 | 5 stylua.toml |
407
d9340ce66658
Add install script for stylua and lua-language-server
zegervdv <zegervdv@me.com>
parents:
405
diff
changeset
|
6 scripts |
414 | 7 .pre-commit-config.yaml |
451
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
8 *~ |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
9 |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
10 {{ if ne .chezmoi.os "windows" }} |
456
6655485152c9
Ignore correct folder when not on Windows
Zeger Van de Vannet <zegervdv@me.com>
parents:
451
diff
changeset
|
11 AppData/* |
451
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
12 {{ end }} |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
13 |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
14 {{ if eq .chezmoi.os "windows" }} |
461 | 15 .config/nvim/* |
451
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
16 .bashrc |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
17 .zshrc |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
18 .Brewfile |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
19 .inputrc |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
20 .lscolors |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
21 .tmux.conf |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
22 bin/* |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
23 .zsh/* |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
24 {{ end }} |
469 | 25 |
26 {{ if ne .chezmoi.os "linux" }} | |
27 .local/share/applications/* | |
28 {{ end }} |