Skip to content

Instantly share code, notes, and snippets.

@jmo
jmo / osx_bootstrap.sh
Last active May 12, 2024 19:13 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
# Change this
HOSTNAME="mini"
echo "Starting bootstrapping"