Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 778 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 778 Bytes

dotfiles

desktop

image

These are my personal configurations for the systems I use, primarily Arch, and MacOS at work.

How to use these dotfiles

  1. Install chezmoi
  2. Execute the command chezmoi init sigfriedcub1990/dotfiles_reloaded
  3. After the repository is clone, go to ~/.local/share/chezmoi and create a file named .chezmoidata.toml with the following values:
    name = "Your name"
    email = "[email protected]"
    Those values will be used to setup Git's configuration.
  4. Profit?