Skip to content

Instantly share code, notes, and snippets.

View platypython's full-sized avatar

Derrick platypython

View GitHub Profile
#!/bin/bash
# --- macOS Tahoe Setup Script (M-Series Only) ---
# Updated: March 2026
echo "Starting Mac setup for Apple Silicon..."
# 1. Install Xcode Command Line Tools (Headless/Auto-accept)
if ! xcode-select -p &> /dev/null; then
echo "Installing Xcode Command Line Tools..."