rlazoti / hacker-quotes

:tophat: An oh-my-zsh plugin, just print a hacker quote randomly when you open a terminal.

Home Page:https://github.com/oldratlee/hacker-quotes/blob/master/README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎩 hacker-quotes

An oh-my-zsh plugin, just print a hacker quote randomly when you open a terminal.

Screenshot

How to install

To install hacker-quotes under oh-my-zsh:

Step 1: Clone this repository in oh-my-zsh's plugins directory:

git clone https://github.com/oldratlee/hacker-quotes.git ~/.oh-my-zsh/custom/plugins/hacker-quotes

# Or if you have set up the github SSH key pair correctly, clone with SSH:
git clone git@github.com:oldratlee/hacker-quotes.git ~/.oh-my-zsh/custom/plugins/hacker-quotes

Step 2: Activate the plugin in ~/.zshrc:

plugins=([plugins...] hacker-quotes)

Congratulations! Open a new terminal and check it! ✨

More zsh plugins

Awesome zsh plugins

About

:tophat: An oh-my-zsh plugin, just print a hacker quote randomly when you open a terminal.

https://github.com/oldratlee/hacker-quotes/blob/master/README.md


Languages

Language:Shell 100.0%