Skip to content

chadjvw/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dots, dots, more dots

Managed with chezmoi

Setup dotfiles on a new machine

  1. Install chezmoi.

    curl -sfL https://git.io/chezmoi | sh
  2. Initialize chezmoi. Use https since we don't have creds yet.

    chezmoi init https://github.com/chadjvw/dotfiles.git
  3. (Optional) Check the diff.

    chezmoi apply -nv
  4. Install the dotfiles.

    chezmoi apply

Done! To keep up to date in the future:

chezmoi update