Grab a cup of coffee, this will take while.
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
export PATH=/usr/local/bin:$PATH
brew install ansible git
git clone [url-of-this-or-your-repo]
cd macplan
Duplicate vars.yml.dist
to vars.yml
and adjust to your needs.
cp vars.yml.dist vars.yml
ansible-playbook setup.yml --ask-sudo-pass
Or run specific tagged roles:
ansible-playbook setup.yml --tags osx --ask-sudo-pass
Wait until Dropbox is done with syncing
mackup restore