dotweave tinyrack
Use this command to install dotweave:
winget install --id=tinyrack.dotweave -e Git-backed configuration synchronization tool for dotfiles
winget install --id=tinyrack.dotweave -e Git-backed configuration synchronization tool for dotfiles
Git-backed configuration sync for your development environment.
Dotweave is a cross-platform CLI that syncs the configuration files in your home directory across multiple devices using git.
Most dotfiles tools start from the repository and ask you to shape your local system around it. Dotweave takes the opposite approach — your real config under HOME is the source of truth, and the git repository is just the sync artifact.
winget install tinyrack.dotweave
brew install tinyrack-net/tap/dotweave
Use npm on any platform, or as a cross-platform fallback.
npm install -g @tinyrack/dotweave
# Initialize
dotweave init
# Track some configs
dotweave track ~/.gitconfig
dotweave track ~/.zshrc
dotweave track ~/.ssh/config --mode secret
# Push local state to sync repo
dotweave push
For detailed guides, command reference, and troubleshooting, visit the Dotweave documentation site.