The idea
Every time I set up a new machine I lose 4 hours reinstalling, configuring, and copying dotfiles manually. DotSync is a dead-simple CLI that wraps git with sensible defaults for dotfile management: init, push, pull, and conflict resolution that actually works. Handles secrets separately (encrypted, not in git). Cross-platform: macOS, Linux, WSL.
Different from chezmoi/yadm because the UX is 10x simpler. No templates, no complex config files. Just: dotsync init, dotsync push, done.