Ask HN: Simplest, lightest way to sync a single file between Macs?

2 points by dmje ↗ HN
The title says it. I've got a specific file in mind: I want to keep .ssh/config identical between my MBP and my desktop - but in general, what's the best / simplest way to do this? Would be great if it didn't use anything cloud-y.

7 comments

[ 6.5 ms ] story [ 33.7 ms ] thread
Syncthing?
Good call, I had forgotten you could run it kinda in the background on Mac - thanks
(comment deleted)
rsync in a cron job?
save it to a private github repo, pull periodically using a cron job
or just any git repo, doesn't have to be github