add ignore patterns for root user
This commit is contained in:
parent
4446e72a04
commit
137c837355
@ -5,3 +5,11 @@ README.md
|
|||||||
{{- if ne .chezmoi.hostname "arch" }}
|
{{- if ne .chezmoi.hostname "arch" }}
|
||||||
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if eq .chezmoi.username "root" }}
|
||||||
|
.config/tmux
|
||||||
|
.config/i3
|
||||||
|
|
||||||
|
.config/nvim
|
||||||
|
!.config/nvim/core/*
|
||||||
|
!.config/nvim/utils/*
|
||||||
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user