Skip to content

robert-bryson/dotfiles

Repository files navigation

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.