Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 481 Bytes

File metadata and controls

37 lines (28 loc) · 481 Bytes

Dotfiles

Using the tool chezmoi this will easily allow me to sync my developer environment between devices

Installation

brew install chezmoi
chezmoi init --apply rekram1-node

Edit dotfiles

Go to the chezmoi directory

chezmoi cd

Edit file in question

chezmoi edit ~/.zshrc

Add file or dir to tracking

chezmoi add ~/.config/zed

Sync with remote

chezmoi update

Sync remote

chezmoi git push