Skip to content

Instantly share code, notes, and snippets.

@heckems
heckems / bootstrap.sh
Created May 21, 2026 02:50
Fresh-Mac bootstrap: installs gh, logs in, runs heckems/menubar-launcher setup
#!/bin/bash
# ============================================================================
# bootstrap.sh (PUBLIC — contains no secrets)
#
# One-liner first-run for a fresh Mac. Gets just enough in place (git, gh,
# GitHub login) to pull the PRIVATE menubar-launcher repo, then hands off to
# its full new-mac-setup.sh which does everything else.
#
# bash <(curl -fsSL https://gist.githubusercontent.com/heckems/.../bootstrap.sh)
# ============================================================================