Skip to content

Instantly share code, notes, and snippets.

View jfmercer's full-sized avatar

John Mercer jfmercer

View GitHub Profile
#!/bin/bash
## Install development dependencies for macOS
#
# Usage: ./initial-macos-developer-setup.sh [--debug]
#
# Bash script installing the basic developer macOS command line
# development tools from Apple for this particular version of macOS,
# installs the `brew` package manager, and a few essential brew
# tap sources and settings.