From 18b9e8279995de67ca17afb51c3ecbd7a0091a7b Mon Sep 17 00:00:00 2001 From: gitkass <190964064+gitkass@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:23:25 -0500 Subject: [PATCH 1/2] Update README.md warnings --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4aaa4f3..b692342 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This repo exists to make it easy to [call chezmoi](https://www.chezmoi.io/reference/commands/init/). + + +> [!CAUTION] +> this repo location (`$GITHUB_TRIGGERING_ACTOR/dotfiles`) is a hardcoded external requirement for chezmoi and [helpful for github](https://docs.github.com/en/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account#dotfiles). + +`chezmoi init --apply "${GITHUB_TRIGGERING_ACTOR}` + + > [!TIP] > Quickstart From 5166539f648a914e39c52a29073a4a331aa935b9 Mon Sep 17 00:00:00 2001 From: gitkass <190964064+gitkass@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:29:54 -0500 Subject: [PATCH 2/2] Comment out chezmoi init command Comment out the chezmoi init command in README Signed-off-by: gitkass <190964064+gitkass@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b692342..1ce4fdf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo exists to make it easy to [call chezmoi](https://www.chezmoi.io/refere > [!CAUTION] > this repo location (`$GITHUB_TRIGGERING_ACTOR/dotfiles`) is a hardcoded external requirement for chezmoi and [helpful for github](https://docs.github.com/en/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account#dotfiles). -`chezmoi init --apply "${GITHUB_TRIGGERING_ACTOR}` + > [!TIP]