/randeme

Random theme manager for oh-my-zsh

Primary LanguageShell

Randeme

It's an oh-my-zsh plugin, choses a random theme for each session. If you not like the chosen theme you can run randeme_rm to never show that theme again.

Installation

git clone https://github.com/ex-surreal/randeme.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/randeme

And add the plugin in ~/.zshrc

plugins=(... randeme)

NOTE: You have to source the ~/.zshrc to see changes