I've set up a git repository with my common configuration files (home dotfiles) I'd like to share between my machines. I have a problem though with applications such as GNOME Terminal, which use the gconf system for their settings. Is there a way to store these settings alongside other config files in git?

link|improve this question

71% accept rate
feedback

1 Answer

Configuration files for common GNOME applications are managed by gconf and can usually be found under ~/.gconf. In the past I've used rsync to keep these settings synchronised across disparate, but similar, machines. Putting them under version control may present some problems, however, as these files are more likely to be automatically generated than edited by a human hand. Version control can get really, really complicated when you're tracking these sorts of changes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.