Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 353 Bytes

dotfiles

My dotfiles managed with chezmoi.

Initialize chezmoi with repo:

$ chezmoi init miquecg

Check what chezmoi will change and apply:

$ chezmoi diff
$ chezmoi apply

Pull and apply latest changes:

$ chezmoi update

Initialize with a single command:

$ chezmoi init --apply miquecg