add ignore patterns for root user

This commit is contained in:
inkch 2024-01-14 23:07:09 +09:00
parent 4446e72a04
commit 137c837355

View File

@ -5,3 +5,11 @@ README.md
{{- if ne .chezmoi.hostname "arch" }}
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
{{- end }}
{{- if eq .chezmoi.username "root" }}
.config/tmux
.config/i3
.config/nvim
!.config/nvim/core/*
!.config/nvim/utils/*
{{- end }}