Your dotfiles are how you personalize your system. These are mine.
If you're interested in the philosophy behind why projects like these are awesome, you might want to read Zach Holman's post on the subject
- Install chezmoi
sh -c "$(curl -fsLS chezmoi.io/get)"
- Setup dotfiles using chezmoi
chezmoi init https://github.com/username/dotfiles.git
- Apply configs
chezmoi apply -v