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
ln -s $(pwd)/dot_config/chezmoi/chezmoi.toml $HOME/.config/chezmoi/chezmoi.toml
chezmoi -v apply
NOTES:
- Chezmoi doesn't allow to store its own config, so we need to copy that first.
- You can change the
sourceDir
inside thechezmoi.toml
file to wherever you want.