项目作者: vkolagotla

项目描述 :
Custom ZSH plugin to generate random Quotes and Facts (nerd, funny, love, inspire, facts). Mirrored from https://gitlab.com/vkolagotla/zsh-random-quotes
高级语言: Shell
项目地址: git://github.com/vkolagotla/zsh-random-quotes.git
创建时间: 2020-11-29T20:15:20Z
项目社区:https://github.com/vkolagotla/zsh-random-quotes

开源协议:GNU General Public License v3.0

下载


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

  1. Clone the repo into your custom plugins folder, usually at (~/.oh-my-zsh/custom/plugins/)

    1. git clone https://gitlab.com/vkolagotla/zsh-random-quotes.git ~/.oh-my-zsh/custom/plugins/zsh-random-quotes
  2. Add zsh-random-quotes to .zshrc plugins list, usually at (~/.zshrc)

    1. plugins=(... zsh-random-quotes)

Zplug

  1. zplug "vkolagotla/zsh-random-quotes"

Antigen

  1. antigen bundle "vkolagotla/zsh-random-quotes"

Zgen

  1. zgen load "vkolagotla/zsh-random-quotes"

Source .zshrc file

  1. source ~/.zshrc

Sample outputs

Sample images

Sample images

Sample images

Sample images

Sample images

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.

Additional credits


Inspired from:


Quotes Sources:

Go UP⬆️