Skip to content

bhoggard-sothebys/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfile setup, managed with chezmoi.

Setup

First, install chezmoi:

brew install chezmoi

Then clone and apply dotfiles:

chezmoi init https://github.com/bhoggard/dotfiles.git
chezmoi apply

Use

Add files:

chezmoi add ~/.zshrc

Edit and apply:

chezmoi edit ~/.zshrc
chezmoi diff
chezmoi -v apply

Commit files and return to prompt:

chezmoi cd
git add dot_zshrc
git commit -m "Add .zshrc"
exit

Update latest with:

chezmoi update

NOTE: Once dotfiles are cloned and applied, chezmoi has been aliased to ch.

About

My dotfiles, managed using chezmoi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published