Mercurial > dotfiles
annotate .chezmoiignore @ 876:8589883596fd
fix: remove pathdirs option to avoid slow path completions
see: https://stackoverflow.com/questions/76746392/why-is-my-zsh-tab-completion-slow-on-commands-but-not-directories
> Perform a path search even on command names with slashes in them.
> Thus if ?/usr/local/bin? is in the user?s path, and he or she types ?X11/xinit?, the command ?/usr/local/bin/X11/xinit? will be executed (assuming it exists).
> Commands explicitly beginning with ?/?, ?./? or ?../? are not subject to the path search. This also applies to the ?.? and source builtins.
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Thu, 25 Apr 2024 10:05:40 +0200 |
parents | 459e70c99f4c |
children |
rev | line source |
---|---|
674
5631c3f65dc1
Add checks for applying config (#2)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
469
diff
changeset
|
1 .github |
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
2 README.md |
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
3 *.orig |
458 | 4 **/.orig |
392
475213c1ca35
Add README with kitty install instructions
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
5 *.rej |
405 | 6 stylua.toml |
407
d9340ce66658
Add install script for stylua and lua-language-server
zegervdv <zegervdv@me.com>
parents:
405
diff
changeset
|
7 scripts |
414 | 8 .pre-commit-config.yaml |
451
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 |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
11 {{ 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
|
12 AppData/* |
451
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
13 {{ end }} |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
14 |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
15 {{ if eq .chezmoi.os "windows" }} |
461 | 16 .config/nvim/* |
451
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
17 .bashrc |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
18 .zshrc |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
19 .Brewfile |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
20 .inputrc |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
21 .lscolors |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
22 .tmux.conf |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
23 bin/* |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
24 .zsh/* |
d99353d71702
Use common template for windows nvim config
zegervdv <zegervdv@me.com>
parents:
414
diff
changeset
|
25 {{ end }} |
469 | 26 |
27 {{ if ne .chezmoi.os "linux" }} | |
28 .local/share/applications/* | |
29 {{ end }} | |
761
ec5b57266af2
feat: add lazy-lock.json as a symlink
zegervdv <zegervdv@me.com>
parents:
674
diff
changeset
|
30 .chezmoitemplates/lazy-lock.json |
784
be8b6ef385d5
chore: ignore local .envrc file
Zeger Van de Vannet <zegervdv@me.com>
parents:
761
diff
changeset
|
31 .envrc |
807
fa76b30a3c2f
feat: manage more packages for ubuntu
zegervdv <zegervdv@me.com>
parents:
784
diff
changeset
|
32 |
fa76b30a3c2f
feat: manage more packages for ubuntu
zegervdv <zegervdv@me.com>
parents:
784
diff
changeset
|
33 system |
808 | 34 Dockerfile |
35 test.sh |