Awesome
zsh-random-quotes
Custom zsh plugin to generate random Quotes and Facts(nerd, funny, love, inspire, facts).
How to use?
It's super easy to use. Just type any of nerd/funny/love/inspire/facts
in your terminal and enjoy.
How to Install?
Depending on the plugin manager you use, add following to your .zshrc
file and source it.
oh-my-zsh
-
Clone the repo into your custom plugins folder, usually at (~/.oh-my-zsh/custom/plugins/)
git clone https://gitlab.com/vkolagotla/zsh-random-quotes.git ~/.oh-my-zsh/custom/plugins/zsh-random-quotes
-
Add
zsh-random-quotes
to .zshrc plugins list, usually at (~/.zshrc)plugins=(... zsh-random-quotes)
Zplug
zplug "vkolagotla/zsh-random-quotes"
Antigen
antigen bundle "vkolagotla/zsh-random-quotes"
Zgen
zgen load "vkolagotla/zsh-random-quotes"
Source .zshrc file
source ~/.zshrc
Sample outputs
TODO
- Add more categories
About LICENSE
I created this plugin for personal use. The plugin LICENSE is only valid for the code. Since the quotes are fetched from an external source(online), i do not own that data. I would suggest you to not use the plugin for any commercial purpose, unless you have the permission to do so from those respective data sources.