Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 715 Bytes

File metadata and controls

40 lines (27 loc) · 715 Bytes

How to manage the dotfiles with chezmoi

1. Install chezmoi

Follow the installation instructions corresponding to your operating system, distribution and package manager.

On Arch Linux:

$ pacman -S chezmoi

On Debian and Ubuntu, see Download a pre-built Linux package

On macOs:

$ brew install chezmoi

2. Initialize chezmoi

Initialize chezmoi for a new machine:

chezmoi init git@github.com:virtualtam/dotfiles.git

3. Apply changes

Preview the changes that would be made:

chezmoi diff

Apply the changes:

chezmoi apply