Skip to content

Instantly share code, notes, and snippets.

@auryn31
auryn31 / osx_bootstrap.sh
Last active June 22, 2022 08:53 — 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.
#
# Apps without brew installation:
# - Magnet https://magnet.crowdcafe.com https://apps.apple.com/app/id441258766?mt=12
#
#