This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/posts/2015/syncing-osx-app-preferences-dot-files.md

1 KiB

date draft title tags
2015-03-15 false Syncing OSX app preferences and dot files
development
macOS

I've started using a command line tool called mackup to back up and sync many of my dot files and application settings on OS X.

You can install the tool via pip or homebrew. I installed it via homebrew and set it up as follows:

brew install mackup
mackup backup

By default, mackup will back up your files to a file named mackup in the root of your Dropbox folder. You can also choose to back your files up to Google Drive or anywhere else on your local drive by creating .mackup.cfg in your user root and setting options the tool provides.

Now, when you move to a new machine, you simply install the tool and run:

mackup restore

Your settings will be added to the new machine and kept in sync via the storage you chose when setting up mackup.