This repo houses almost everything I need to have one of my systems configured to my liking.
The files are managed by chezmoi.
Install chezmoi, then initialize and apply:
chezmoi init --apply https://github.com/linduxed/dotfiles.gitIf you prefer to review first:
chezmoi init https://github.com/linduxed/dotfiles.git
chezmoi diff
chezmoi applychezmoidata defaults in.chezmoidata.yaml. Host-local overrides should be placed in~/.config/chezmoi/chezmoi.toml.- OS/host dispatch is handled through templates and
.chezmoiignore.tmpl.