https://github.com/aminelch/zenquotes
Plugin for ZSH to get random quote from zenquotes.io
https://github.com/aminelch/zenquotes
antigen ohmyzsh-plugin omz-plugin zgenom zsh-configuration zsh-plugin
Last synced: about 2 months ago
JSON representation
Plugin for ZSH to get random quote from zenquotes.io
- Host: GitHub
- URL: https://github.com/aminelch/zenquotes
- Owner: aminelch
- License: gpl-3.0
- Created: 2025-03-18T00:59:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T02:01:49.000Z (2 months ago)
- Last Synced: 2025-03-18T02:40:41.303Z (2 months ago)
- Topics: antigen, ohmyzsh-plugin, omz-plugin, zgenom, zsh-configuration, zsh-plugin
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - zenquotes (⭐0) - Displays a random quote from [zenquotes.io](https://zenquotes.io). (Recently Updated / [Mar 21, 2025](/content/2025/03/21/README.md))
README
# zenquotes
Plugin for [ZSH](https://www.zsh.org/) to get random quote from [zenquotes.io](http://zenquotes.io)## Installation
1. Download the plugin into the custom plugin folder of oh-my-zsh
```shell
cd $ZSH/custom/plugins
git clone https://github.com/aminelch/zenquotes.git
```2. Activate the plugin. Add `zenquotes` to the `plugins` list in the file `.zshrc`
```shell
plugins=(... zenquotes)
```3. Source `~/.zshrc` or open new terminal session.
## Requirements
Before using this plugin please install [jq](https://github.com/jqlang/jq) and [curl](https://github.com/curl/curl)