Skip to content

Commit

Permalink
Update chezmoi script
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 6, 2023
1 parent 7e90ba6 commit c084b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c084b8e

Please sign in to comment.