summaryrefslogtreecommitdiff
path: root/oh-my-zsh/plugins/themes/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'oh-my-zsh/plugins/themes/README.md')
-rw-r--r--oh-my-zsh/plugins/themes/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/themes/README.md b/oh-my-zsh/plugins/themes/README.md
new file mode 100644
index 0000000..408e357
--- /dev/null
+++ b/oh-my-zsh/plugins/themes/README.md
@@ -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.
+