LinuxCommandLibrary

omz

Oh My Zsh command-line tool.

TLDR

Update Oh My Zsh

$ omz update
copy


Print the changes from the latest update of Oh My Zsh
$ omz changelog
copy


Restart the current Zsh session and Oh My Zsh
$ omz reload
copy


List all available plugins
$ omz plugin list
copy


Enable/Disable an Oh My Zsh plugin
$ omz plugin [enable|disable] [plugin]
copy


List all available themes
$ omz theme list
copy


Set an Oh My Zsh theme in ~/.zshrc
$ omz theme set [theme]
copy

Copied to clipboard