/omz-themes-standalone

A standalone plugin that gives you the oh-my-zsh themes without requiring everything else

Primary LanguageShellMIT LicenseMIT

omz-themes-standalone

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.

Usage

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

Themes

Check out previews of the oh-my-zsh themes here.

Installation

Install with a plugin manager

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

Install manually

# 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