From b7d54c62a67a784039c0f18963c0c5d66002df39 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 18 Jan 2024 00:09:49 +0100 Subject: [PATCH] feat: added commands to list files managed by chezmoi --- knowledge base/chezmoi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/knowledge base/chezmoi.md b/knowledge base/chezmoi.md index bff7047..108b059 100644 --- a/knowledge base/chezmoi.md +++ b/knowledge base/chezmoi.md @@ -43,6 +43,10 @@ chezmoi diff # Apply changes. chezmoi apply +# List the files managed by chezmoi. +chezmoi managed +chezmoi list + # Show the full list of variables. # Includes custom data from the configuration file. chezmoi data