27 lines
560 B
Plaintext
27 lines
560 B
Plaintext
# .chezmoiignore
|
|
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
|
|
|
|
README.md
|
|
|
|
{{- if ne .chezmoi.hostname "arch" }}
|
|
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
|
{{- end }}
|
|
|
|
{{- if (and (ne .chezmoi.hostname "arch") (ne .chezmoi.hostname "buzz")) }}
|
|
.config/alacritty/alacritty.toml
|
|
.config/dunst
|
|
.config/fontconfig
|
|
{{- end }}
|
|
|
|
{{- if eq .chezmoi.username "root" }}
|
|
**/*
|
|
|
|
# starship
|
|
!.config/starship.toml
|
|
|
|
# nvim
|
|
!.config/nvim/init.lua
|
|
!.config/nvim/core/*
|
|
!.config/nvim/utils/*
|
|
{{- end }}
|