Skip to content

Instantly share code, notes, and snippets.

View cyclingwithelephants's full-sized avatar

Adam Rummer cyclingwithelephants

View GitHub Profile
@cyclingwithelephants
cyclingwithelephants / bootstrap-ansible.sh
Last active November 3, 2020 13:53
A gist to bootstrap the ansible playbook used to provision my local dev machine. Taken from https://wilsonmar.github.io/ansible-mac-osx-setup/
#!/bin/sh
# This script bootstraps a OSX laptop for development
# to a point where we can run Ansible on localhost. It:
# 1. Installs:
# - xcode
# - homebrew
# - ansible (via brew)
# - a few ansible galaxy playbooks (zsh, homebrew, cask etc)
# 2. Kicks off the ansible playbook: