Skip to content

Instantly share code, notes, and snippets.

View cutterdojo's full-sized avatar

coby cutterdojo

View GitHub Profile
@cutterdojo
cutterdojo / bootstrap.sh
Last active January 21, 2026 19:35
Development Bootstrap with Github, Homebrew, Claude & macOS compatibility
#!/usr/bin/env bash
set -e
# Generic Development Bootstrap Script
# Bootstraps any private GitHub repository with SSH access
#
# Usage:
# curl -fsSL <GIST_URL> | bash -s -- <org>/<repo> <macos-version>
# curl -fsSL <GIST_URL> | bash -s -- <org>/<repo> <macos-version> --full
#