Repo with my dotfile configurations for the following tools:
- emacs
- bash
We use the chezmoi tool to manage the dotfiles.
Based on https://www.chezmoi.io/quick-start/.
-
Make sure
chezmoi
is installed -
Clone the repo with chezmoi
chezmoi init [email protected]:fcbertoldi/dotfiles.git
-
Check the diff between current config state and the repo state with
chezmoi diff
-
Apply the changes with
chezmoi -v apply