Skip to content

Install oh-my-zsh

Oh My Zsh is a community framework for managing Zsh configuration, themes, and plugins.

Source

Install

bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

The installer backs up existing ~/.zshrc and can set Zsh as your default shell.

After install

  • Edit ~/.zshrc to set ZSH_THEME and plugins=(git …)
  • Reload: source ~/.zshrc

Uninstall

Follow the uninstall section in the repo README.

Curated technical notes — open source on GitHub