for root user, ignore everything by default

This commit is contained in:
inkch 2024-01-14 23:45:59 +09:00
parent 064766956d
commit b030c8d89b

View File

@ -13,10 +13,13 @@ README.md
{{- end }} {{- end }}
{{- if eq .chezmoi.username "root" }} {{- if eq .chezmoi.username "root" }}
.config/tmux **/*
.config/i3
.config/alacritty # starship
.config/nvim !.config/starship.toml
# nvim
!.config/nvim/init.lua
!.config/nvim/core/* !.config/nvim/core/*
!.config/nvim/utils/* !.config/nvim/utils/*
{{- end }} {{- end }}