These are my personal configurations for the systems I use, primarily Arch, and MacOS at work.
- Install chezmoi
- Execute the command
chezmoi init sigfriedcub1990/dotfiles_reloaded
- After the repository is clone, go to
~/.local/share/chezmoi
and create a file named.chezmoidata.toml
with the following values:Those values will be used to setup Git's configuration.name = "Your name" email = "[email protected]"
- Profit?