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.
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).
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)"
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
test -d "$HOME/.oh-my-zsh" && echo "oh-my-zsh ok"
test -d "$HOME/.oh-my-zsh" && echo "oh-my-zsh ok"
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.