my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
871 B

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