Procedure

Install Oh My Zsh on macOS or Linux

Ensure zsh, git, and curl are available, install Oh My Zsh via the official install.ohmyz.sh script, enable common plugins in ~/.zshrc, then verify the install directory.

  1. Confirm zsh, git, and curl are installed (zsh --version; git --version;

    Confirm zsh, git, and curl are installed (zsh --version; git --version; curl --version). Install zsh via your package manager if needed, then optionally set it as default with chsh -s $(which zsh).

  2. Install Oh My Zsh from https://github.com/ohmyzsh/ohmyzsh : sh -c "$(cur

    Install Oh My Zsh from https://github.com/ohmyzsh/ohmyzsh : sh -c "$(curl -fsSL https://install.ohmyz.sh/)" — if that mirror fails, use: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

  3. In ~/.zshrc, set plugins=(git) or add other bundled plugins to the plugi

    In ~/.zshrc, set plugins=(git) or add other bundled plugins to the plugins=(...) list, then restart the shell or run: source ~/.zshrc

  4. test -d "$HOME/.oh-my-zsh" && echo "oh-my-zsh ok"

    test -d "$HOME/.oh-my-zsh" && echo "oh-my-zsh ok"
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11WT6QPH9V0B5XASBKAXM8Z

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.