On my linux machine beyondCompare's settings are stored in ~/.config/bcompare
. I would like to share these between my different machines. Can I:
- Create a git repo in
~/repos/bcompareSettings
- Move the contents of
~/.config/bcompare
to~/repos/bcompareSettings
- Symlink
~/.config/bcompare
to~/repos/bcompareSettings
- Push/Pull the git repo periodically and share it among different machines?