Problem: curl: command not found
Fix: Install Xcode Command Line Tools: xcode-select --install
Problem: brew: command not found
Fix: Install Homebrew from https://brew.sh
Problem: No colors or broken characters Fix: Set Terminal → Preferences → Profiles → "GitHub Dark" as default
Fix: Run brew install lsd
-
Start fresh:
rm ~/.zshrc rm -rf ~/.zsh-github-dark
-
Reinstall:
curl -fsSL https://raw.githubusercontent.com/yellow-pine/zsh-github-dark/main/install.sh | bash