Populate repo
This commit is contained in:
18
zsh/.oh-my-zsh/plugins/themes/README.md
Normal file
18
zsh/.oh-my-zsh/plugins/themes/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Themes Plugin
|
||||
|
||||
This plugin allows you to change ZSH theme on the go.
|
||||
|
||||
To use it, add `themes` to the plugins array in your zshrc file:
|
||||
|
||||
```
|
||||
plugins=(... themes)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
`theme <theme_name>` - Changes the ZSH theme to specified theme.
|
||||
|
||||
`theme ` - Changes the ZSH theme to some random theme.
|
||||
|
||||
`lstheme ` - Lists installed ZSH themes.
|
||||
|
Reference in New Issue
Block a user