Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 630 Bytes

dotfiles

My dotfiles, managed by chezmoi.

Note that they are my own dot files, so there maybe certain things with my user /id and may need to be changed/removed to be generally useful.

init

To set up on a new machine (docs):

chezmoi init https://github.com/robert-bryson/dotfiles.git

update

To update your local dotfiles from remote (docs):

chezmoi update --verbose --dry-run

-v or --verbose, -n or --dry-run. Remove --dry-run if looks good.