Command line utility for syncing dotfiles
## Getting started Get started with Dotsync, the most powerful command line utility for backing up and restoring dotfiles. * [Install](#install) * [Usage](#usage) * [Prompts](#prompts) * [About](#about) ## Install `dotsync` is available on Linux, macOS ### With [Homebrew](https://brew.sh/) ``` $ brew tap termapps/tap $ brew install dotsync ``` This is recommended way for installation on macOS since updating to the new version is easy. ### With [cargo](https://crates.io/) ``` $ cargo install dotsync ``` ### Direct Pre-built binary executables are available at [releases page](https://github.com/termapps/dotsync/releases) for macOS (64bit), Linux (64bit, 32bit). Download and unarchive the binary then put the executable in `$PATH`. > Check [roadmap](#roadmap) for other ways ## Usage ## About ### Changelog Please see [CHANGELOG.md](CHANGELOG.md). ### License MIT/X11 ### Bug Reports Report [here](http://github.com/termapps/dotsync/issues). ### Creator Pavan Kumar Sunkara (pavan.sss1991@gmail.com) Follow me on [github](https://github.com/users/follow?target=pksunkara), [twitter](http://twitter.com/pksunkara)