From ecd18298e073d3f0a74c1dad203b3f3790d70196 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 6 Mar 2024 19:18:08 +0000 Subject: [PATCH] Add some convenient commands to README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efe5e6b..ae2d184 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # dotfiles -My configuration files managed by chezmoi \ No newline at end of file +My configuration files managed by chezmoi + +To see the changes that would be applied on a new machine: +``` +chezmoi diff +``` + +To apply the changes: + +``` +chezmoi apply +``` + +See https://chezmoi.io/user-guide/ for more.