From c084b8e088db2e987af55be21aba322de77ded9a Mon Sep 17 00:00:00 2001 From: Marcus Crane Date: Wed, 6 Dec 2023 21:27:30 +1300 Subject: [PATCH] Update chezmoi script Signed-off-by: Marcus Crane --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f40ad..b7da1fa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ My shell of choice is zsh, with [oh-my-zsh](https://ohmyz.sh/) although from tim On a fresh machine, it's supposed to be possible to both install `chezmoi` and my dotfiles in one go like so: ```bash -sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply marcus-crane +sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply marcus-crane ``` I say supposed to because I don't set up machines from scratch very often, and each time I do, there's usually some bootstrapping problem like hard references to chezmoi that don't resolve, because it isn't installed yet where my shell scripts expect it to be.