dotfiles/.chezmoiignore

22 lines
511 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
{{- end }}
{{- if eq .chezmoi.username "root" }}
.config/tmux
.config/i3
.config/alacritty
.config/nvim
!.config/nvim/core/*
!.config/nvim/utils/*
{{- end }}