chezmoi [1]ΒΆ
1. Get `chezmoi_*_linux_arm64.deb` from [chezmoi - Releases](https://github.com/twpayne/chezmoi).
2. `sudo dpkg -i chezmoi_*_linux_arm64.deb`
chezmoi init
vim ~/.local/share/chezmoi/.chezmoiignore
# example
lazy-lock.json
chezmoi add <files>
chezmoi diff
chezmoi apply -v
chezmoi cd
git remote add origin https://github.com/<user>/dotfiles
git branch -M main
git add .
git commit -m "<commit>"
git push -u origin main
On another PC:
chezmoi init https://github.com/<user>/<dotfiles>
chezmoi diff
chezmoi apply -v
# chezmoi edit <file>
# chezmoi merge <file>
# chezmoi update -v