This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
OlderNewer