Skip to content

Instantly share code, notes, and snippets.

View martinadamsdev's full-sized avatar
🇨🇳
Working from home

martinadamsdev martinadamsdev

🇨🇳
Working from home
View GitHub Profile
@martinadamsdev
martinadamsdev / mac-setup-zsh.sh
Last active February 11, 2026 13:48
Mac zsh setup
#!/bin/bash
# ============================================================
# Mac Oh My Zsh + Starship One-Click Setup Script
# Compatible with macOS default bash (3.x)
# ============================================================
set -e
# Colors
GREEN='\033[0;32m'