I use yadm (Yet Another Dotfiles Manager) to install and manage these dotfiles.
I previously used a bare git repo, and this does a pretty similar job for me it's just preconfigured. I don't use any advanced features of yadm
(at time of writing).
How I use these dotfiles:
brew install yadm
- Check for any machine specific local settings in
.zshrc
(or other files) that need to be persisted only on this machine an not checked into this repo yadm clone [email protected]:rmkubik/dotfiles.git
- Then create a
.gitconfig.user
based on.gitconfig.user.example