pages*: refine wording (#12132)

* pages*: refine wording

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Vitor Henrique
2024-02-09 10:55:36 -03:00
committed by GitHub
parent 95e6753d3e
commit d79a1667e3
37 changed files with 83 additions and 82 deletions

View File

@@ -3,19 +3,19 @@
> A multi-machine dotfile manager, written in Go.
> More information: <https://chezmoi.io>.
- Initialize chezmoi on your machine:
- Setup up `chezmoi`, creating a Git repository in `~/.local/share/chezmoi`:
`chezmoi init`
- Tell chezmoi to manage a dotfile:
- Start tracking one or more dotfiles:
`chezmoi add {{path/to/file}}`
`chezmoi add {{path/to/dotfile1 path/to/dotfile2 ...}}`
- Edit the source state of a tracked dotfile:
`chezmoi edit {{path/to/file}}`
`chezmoi edit {{path/to/dotfile_or_symlink}}`
- See changes chezmoi would make:
- See pending changes:
`chezmoi diff`
@@ -23,10 +23,10 @@
`chezmoi -v apply`
- Set chezmoi up on another machine by downloading existing dotfiles from a Git repository:
- Set up `chezmoi` from existing dotfiles of a Git repository:
`chezmoi init {{https://example.com/path/to/repository.git}}`
`chezmoi init {{repository_url}}`
- Fetch the latest changes from a remote repository:
- Pull changes from a remote repository and apply them:
`chezmoi update`