Skip to content

Instantly share code, notes, and snippets.

@ugur10
ugur10 / setup_new_mac.sh
Created October 2, 2025 10:31
macOS New Computer Setup Script - Installs Homebrew, Node.js, Bun, pnpm, pyenv, Fish shell, and essential dev tools
#!/bin/bash
# macOS New Computer Setup Script
# Run this script with: bash setup_new_mac.sh
set -e # Exit on error
echo "πŸš€ Starting macOS Development Environment Setup..."
echo ""