Skip to content

Instantly share code, notes, and snippets.

@nadirakdag
nadirakdag / mac-setup.sh
Last active September 18, 2025 16:56
Personal Mac Setup Script
#!/bin/bash
# Exit on error
set -e
echo "Starting macOS setup..."
# Disable Homebrew cleanup
export HOMEBREW_NO_INSTALL_CLEANUP=1