https://github.com/oldratlee/hacker-quotes
🎩 An oh-my-zsh plugin, just print a hacker quote randomly when open a terminal.
https://github.com/oldratlee/hacker-quotes
hacker hacker-quotes hackers oh-my-zsh oh-my-zsh-plugin plugin quotes zsh zsh-plugin zsh-plugins
Last synced: 7 months ago
JSON representation
🎩 An oh-my-zsh plugin, just print a hacker quote randomly when open a terminal.
- Host: GitHub
- URL: https://github.com/oldratlee/hacker-quotes
- Owner: oldratlee
- Created: 2015-12-15T16:53:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T12:11:30.000Z (over 2 years ago)
- Last Synced: 2025-03-15T08:04:56.322Z (7 months ago)
- Topics: hacker, hacker-quotes, hackers, oh-my-zsh, oh-my-zsh-plugin, plugin, quotes, zsh, zsh-plugin, zsh-plugins
- Language: Shell
- Homepage: https://github.com/oldratlee/hacker-quotes
- Size: 56.6 KB
- Stars: 95
- Watchers: 1
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎩 hacker-quotes
============================An [`oh-my-zsh`](https://github.com/robbyrussell/oh-my-zsh) plugin, just print a hacker quote randomly when open a terminal.

How to install
--------------To install `hacker-quotes` under `oh-my-zsh`:
Step 1: Clone this repository in `oh-my-zsh`'s plugins directory:
```bash
git clone https://github.com/oldratlee/hacker-quotes.git ~/.oh-my-zsh/custom/plugins/hacker-quotes
```Step 2: Activate the plugin in `~/.zshrc`:
```bash
plugins=([plugins...] hacker-quotes)
```Congratulations! Open a new terminal and check it! :sparkles:
Additional Configuration
------------------------Default only print hacker quote when shell is an interactive login shell.
If you want just checking for an interactive shell, set var `ZSH_HACKER_QUOTES_ENABLE_WHEN_INTERACTIVE`.
For example:
```bash
ZSH_HACKER_QUOTES_ENABLE_WHEN_INTERACTIVE= zsh -i
```More zsh plugins
--------------------[](https://github.com/unixorn/awesome-zsh-plugins)