Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fundor333/bofh
Plugin for ohmyszh for adding a fortune style message from a BOFH
https://github.com/fundor333/bofh
bofh oh-my-zsh oh-my-zsh-plugin zsh
Last synced: 11 days ago
JSON representation
Plugin for ohmyszh for adding a fortune style message from a BOFH
- Host: GitHub
- URL: https://github.com/fundor333/bofh
- Owner: fundor333
- License: unlicense
- Created: 2021-01-11T18:25:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T20:16:20.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T10:45:51.264Z (about 2 months ago)
- Topics: bofh, oh-my-zsh, oh-my-zsh-plugin, zsh
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ohmybofh
BOFH fortunes plugin for oh-my-zsh. Perfectly suitable as MOTD.
**Maintainers**: [fundor333](https://github.com/fundor333)
To use it add `bofh` to the plugins array in you zshrc file.
```zsh
plugins=(... bofh)
```## Usage
| Command | Description |
| ----------- | ------------------------------- |
| `bofh` | Print random BOFH quote |
| `bofh_cow` | Print quote in cowthink |Example: output of `bofh_cow`:
```
____________________________________
( The new frame relay network hasn't )
( bedded down the software loop )
( transmitter yet. )
------------------------------------
o ^__^
o (oo)\_______
(__)\ )\/\
||----w |
|| ||
```## Requirements
- `cowsay` if using `bofh_cow`