diff --git a/README.rst b/README.rst index 5154fd462575173025e91e6514d82b398083e49f..8bbe4c8e5ddfba7c2be64b86fb236d771f0f6aab 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,16 @@ +####################### Install new OSX machine -======================= +####################### + +First run +========= 1. Run ``bin/bootstrap_osx.sh`` to get hombebrew and ansible 2. Run ``ansible-playbook production.yml`` to install and configure the new desktop + +Periodic runs with ansible-pull +=============================== + +Run ``ansible-pull https://github.com/forkedjensh/setup_desktop`` via cronjob +or launchd. diff --git a/production.yml b/local.yml similarity index 100% rename from production.yml rename to local.yml