Skip to content

Instantly share code, notes, and snippets.

View sashaaldrick's full-sized avatar
📈

Sasha sashaaldrick

📈
View GitHub Profile
@sashaaldrick
sashaaldrick / setup.sh
Last active August 31, 2025 19:32
macOS bootstrap setup script
#!/usr/bin/env bash
# run with '/bin/bash -c "$(curl -fsSL https://setup.sasha.computer)"'
set -euo pipefail
echo "That Fresh Mac Feeling..."
###############################################################################
# Xcode Command Line Tools and Rosetta
###############################################################################