How do you manage your dotfiles?
How do you manage your dotfiles?
I'm wondering if there is a new tool out there that I'm missing out on.
How do you manage your dotfiles?
I'm wondering if there is a new tool out there that I'm missing out on.
You're viewing a single thread.
I prefer to keep tooling for that at a minimum. Therefore I use git only. My approach is taken from here: https://www.atlassian.com/git/tutorials/dotfiles
The only difference: My git alias is dotfiles
not config
. I find that to be less confusing. Additionally, I source system-specific configs, where appropriate. These are not stored in dotfiles. There is a small todo section in my readme.
I do the same! It works quite well.