Closed johnmanjiro13 closed 1 year ago
When I manage ~/.config/chezmoi/chezmoi.toml by chezmoi itself, chezmoi doctor warns chezmoi.toml as suspicious-entries.
~/.config/chezmoi/chezmoi.toml
chezmoi doctor
$ touch ~/.config/chezmoi/chezmoi.toml $ chezmoi add ~/.config/chezmoi/chezmoi.toml $ chezmoi doctor warning suspicious-entries ~/.local/share/chezmoi/dot_config/chezmoi/chezmoi.toml
chezmoi doctor doesn't warn chezmoi.toml.
--verbose
$ chezmoi --verbose $COMMAND
Add any other context about the problem here.
This is correct. To manage chezmoi's config file with chezmoi, use a config file template instead.
That makes sense. Thank you!
Describe the bug
When I manage
~/.config/chezmoi/chezmoi.toml
by chezmoi itself,chezmoi doctor
warns chezmoi.toml as suspicious-entries.To reproduce
Expected behavior
chezmoi doctor
doesn't warn chezmoi.toml.Output of command with the
--verbose
flagOutput of
chezmoi doctor
Additional context
Add any other context about the problem here.