Skip to content

Instantly share code, notes, and snippets.

@greg76
greg76 / bootstrap.sh
Last active December 5, 2023 10:27 — forked from GrfxGuru/bootstrap_mac.sh
Bootstrap for setting up a new macOS machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a macOS machine
#
# Requires xcode and tools!
xcode-select -p || exit "XCode must be installed! (use the app store)"
echo "Starting bootstrapping"