Oh My Zsh

Framework for managing Zsh configuration with plugins, themes, and helpers.

Oh My Zsh Cheatsheet
Command / Config Description
omz update Update Oh My Zsh to the latest version
omz reload Reload the current Zsh session
omz plugin list List all available plugins
omz plugin enable <name> Enable a plugin
omz plugin disable <name> Disable a plugin
omz theme list List all available themes
omz theme set <name> Set the Zsh theme
plugins=(git zsh-autosuggestions) Enable plugins in .zshrc
source ~/.zshrc Reload after making changes
~/.oh-my-zsh/custom/plugins/ Directory for custom plugins
~/.oh-my-zsh/custom/themes/ Directory for custom themes