Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles managed with chezmoi. Currently supports macOS.

Bootstrap a new machine

First, install Xcode Command Line Tools (required for chezmoi):

xcode-select --install

Then initialize chezmoi:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --purge-binary gabrielfortuny

This will:

Quick reference

chezmoi add ~/.config/foo      # copy a file from home directory → working copy
chezmoi edit ~/.config/foo     # edit a file in the working copy
chezmoi edit --apply           # edit working copy and sync to home directory on quit
chezmoi diff                   # preview working copy → home directory diff
chezmoi apply                  # sync working copy → home directory
chezmoi cd                     # cd into working copy to commit/push to remote repo
chezmoi update                 # pull remote repo → local repo and sync to home directory

Reference

About

My dotfiles managed with chezmoi.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages