These are my dotfiles, there's many like them but these are mine.
- Chezmoi 2.1.3
- Files
git clone https://github.com/rojosinalma/dotfiles
cd dotfiles
chezmoi init
chezmoi execute-template < .chezmoi.yaml.tmpl > ~/.config/chezmoi/chezmoi.yaml
chezmoi -v apply
NOTES:
- Chezmoi doesn't allow to store its own config, so we need to copy that first.
- You can change the
sourceDirinside thechezmoi.tomlfile to wherever you want.