Improved local shell snippet rendering

This commit is contained in:
Michele Cereda
2022-05-15 00:24:53 +02:00
parent ba75b52244
commit d057f2210d
135 changed files with 313 additions and 298 deletions

View File

@@ -4,7 +4,7 @@ A multi-machine dotfile manager, written in Go.
## TL;DR
```shell
```sh
# initialize chezmoi
chezmoi init
chezmoi init https://github.com/username/dotfiles.git
@@ -50,7 +50,7 @@ chezmoi update
## Save the current data to a remote repository
```shell
```sh
$ chezmoi cd
chezmoi $> git remote add origin https://github.com/username/dotfiles.git
chezmoi $> git push -u origin main