Skip to content

Instantly share code, notes, and snippets.

View cypris75's full-sized avatar

cypris cypris75

View GitHub Profile
#!/bin/bash
echo "🚀 Starting Mac Setup..."
# 1. Install Homebrew if not already installed
if ! command -v brew &> /dev/null; then
echo "🍺 Installing Homebrew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
else
echo "🍺 Homebrew is already installed. Updating..."