From 137c837355b965ec4d9e6ee070f720ef485e44a5 Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 14 Jan 2024 23:07:09 +0900 Subject: [PATCH] add ignore patterns for root user --- .chezmoiignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index 1cd6a68..c978009 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -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 }}