Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 410 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 410 Bytes

Dotfiles

Usage

Install and apply dotfiles

$ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME

Update from remote

$ chezmoi update

chezmoi usage

Adding to the management target

$ chezmoi add $file

Edit Managed Items

$ chezmoi edit $file

Apply to local

$ chezmoi apply

Apply to remote

$ git commit
$ git push