Skip to content

Instantly share code, notes, and snippets.

View goldcaddy77's full-sized avatar

Dan Caddigan goldcaddy77

View GitHub Profile
@goldcaddy77
goldcaddy77 / bootstrap.sh
Last active February 7, 2026 03:32
All-in-one Mac setup script for private dotfiles repo
#!/bin/bash
# Minimal Mac Setup Bootstrap
# This script is synced to: https://gist.github.com/goldcaddy77/e758f3fa836f36521f8c96aedfc2cec1
set -e
DOTFILES_REPO="goldcaddy77/dotfiles"
DOTFILES_PATH="$HOME/code/goldcaddy77/dotfiles"
echo "🦞 Mac Setup Bootstrap"