https://github.com/bhayward93/linus-rants-zsh
Picks a random Linus Torvalds quote to display every time you load your shell
https://github.com/bhayward93/linus-rants-zsh
Last synced: about 1 month ago
JSON representation
Picks a random Linus Torvalds quote to display every time you load your shell
- Host: GitHub
- URL: https://github.com/bhayward93/linus-rants-zsh
- Owner: bhayward93
- License: gpl-2.0
- Created: 2020-02-13T21:44:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T13:22:51.000Z (over 4 years ago)
- Last Synced: 2025-04-17T10:27:28.833Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 29
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linus-rants-ZSH
Outputs a random Linus Torvalds rant every time you open a ZSH shell, using the dataset provided by Corollari at https://github.com/corollari/linusrants.# Example Quotes
> And if you cannot understand what tens of people have tried to explain to you, you are just f*cking stupid.> Completely immaterial. Seriously. ... Answer: you don't. ... It's wrong. It's fundamentally invalid crap. ... NO WAY IN HELL do we add generic support for doing shit. Really. If p9 does crazy crap, that is not an excuse to extend the crazy crap to more code.
> No it's not. Please fix your crappy script. First off, that '#' is wrong. It should be a space.
# Preview

# Installation (Ubuntu / Oh-My-Zsh)
```sudo apt-get install cowsay lolcat```
```cd $ZSH/custom/plugins```
```git clone https://github.com/bhayward93/Linus-rants-ZSH.git linus-rants```
then add `linus-rants` into the plugins in your `.zshrc`