Dotfiles manager

Requires chezmoi to import the dotfiles on new machines/users

Usage

To initialize the repo on a new machine

chezmoi init --apply Kumark95

To pull the latest changes

chezmoi update -v

To add new files

chezmoi add <file>

To edit and commit the changes

chezmoi edit <file>
chezmoi diff
chezmoi apply -v