The whole configuration for a soft is located in .config/soft
.
Lately, I had an idea to practice basic git usage by initializing a git repo to which I would send commits with config changes.
My question is that I am not sure if I should initialize .config/soft
as a git repo. I thought about initializing it somewhere like Projects/soft and linking directory or specific files from .config/soft
to it.
What's the best solution here?