HACKER Q&A
📣 dmje

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


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.


  👤 talldayo Accepted Answer ✓
Syncthing?

👤 syndicatedjelly
save it to a private github repo, pull periodically using a cron job

👤 JojoFatsani
Airdrop.

👤 johng
rsync in a cron job?