dotfiles/.chezmoiignore

22 lines
511 B
Plaintext
Raw Normal View History

# .chezmoiignore
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
2024-01-14 19:56:31 +09:00
README.md
2024-01-14 23:07:35 +09:00
{{- if ne .chezmoi.hostname "arch" }}
2024-01-14 22:28:32 +09:00
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
{{- end }}
2024-01-14 23:07:35 +09:00
{{- if (and (ne .chezmoi.hostname "arch") (ne .chezmoi.hostname "buzz")) }}
.config/alacritty/alacritty.toml
{{- end }}
2024-01-14 23:07:09 +09:00
{{- if eq .chezmoi.username "root" }}
.config/tmux
.config/i3
.config/alacritty
2024-01-14 23:07:09 +09:00
.config/nvim
!.config/nvim/core/*
!.config/nvim/utils/*
{{- end }}