]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/chucknorris/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / chucknorris / README.md
1 # chucknorris
2
3 Chuck Norris fortunes plugin for Oh My Zsh. Perfectly suitable as MOTD.
4
5 To use it add `chucknorris` to the plugins array in you zshrc file.
6
7 ```zsh
8 plugins=(... chucknorris)
9 ```
10
11 ## Usage
12
13 | Command     | Description                     |
14 | ----------- | ------------------------------- |
15 | `chuck`     | Print random Chuck Norris quote |
16 | `chuck_cow` | Print quote in cowthink         |
17
18 Example: output of `chuck_cow`:
19
20 ```
21 Last login: Fri Jan 30 23:12:26 on ttys001
22  ______________________________________
23 ( When Chuck Norris plays Monopoly, it )
24 ( affects the actual world economy.    )
25  --------------------------------------
26         o   ^__^
27          o  (oo)\_______
28             (__)\       )\/\
29                 ||----w |
30                 ||     ||
31 ```
32
33 ## Requirements
34
35 - `fortune`
36 - `cowsay` if using `chuck_cow`
37
38 Available via homebrew, apt, ...