A standalone plugin that gives you the oh-my-zsh themes without requiring everything else that comes with oh-my-zsh.
Note: this plugin makes it easier to use parts of omz without requiring the full thing.
Simply set a theme in your .zshrc
file and source this plugin:
# CHANGE ME
ZSH_PLUGINS=~/path/to/my/plugins
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="refined"
source $ZSH_PLUGINS/omz-themes-standalone/omz-themes-standalone.zsh
Check out previews of the oh-my-zsh themes here.
Installing with a plugin manager is the recommended method so that you can get updates.
- antidote:
antidote bundle mattmc3/omz-themes-standalone
- znap:
znap source mattmc3/omz-themes-standalone
# set your desired plugin path
ZSH_PLUGINS=${ZDOTDIR:-$HOME}/.zplugins
# clone the repository
git clone https://github.com/mattmc3/omz-themes-standalone $ZSH_PLUGINS/omz-themes-standalone