Skip to content

Instantly share code, notes, and snippets.

View jun297's full-sized avatar

Junhyeok Kim jun297

View GitHub Profile
@jun297
jun297 / meta-bootstrap.sh
Created March 9, 2026 02:21
Meta Mac bootstrap - standalone setup script
#!/bin/bash
# Meta Internship Mac Bootstrap Script
# Self-contained — no repo dependency. Run via:
# curl -fsSL <gist-url>/meta-bootstrap.sh | bash
# OR copy to USB and run locally
set -e
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
NC='\033[0m'