Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 684 Bytes

File metadata and controls

33 lines (21 loc) · 684 Bytes

Troubleshooting

Installation fails

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

Prompt looks wrong

Problem: No colors or broken characters Fix: Set Terminal → Preferences → Profiles → "GitHub Dark" as default

Command not found: lsd

Fix: Run brew install lsd

Still having issues?

  1. Start fresh:

    rm ~/.zshrc
    rm -rf ~/.zsh-github-dark
  2. Reinstall:

    curl -fsSL https://raw.githubusercontent.com/yellow-pine/zsh-github-dark/main/install.sh | bash