]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/themes/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / themes / README.md
1 # Themes Plugin
2
3 This plugin allows you to change ZSH theme on the go.
4
5 To use it, add `themes` to the plugins array in your zshrc file:
6
7 ```
8 plugins=(... themes)
9 ```
10
11 ## Usage
12
13 `theme <theme_name>` - Changes the ZSH theme to specified theme.
14
15 `theme ` - Changes the ZSH theme to some random theme.
16
17 `lstheme ` - Lists installed ZSH themes.
18