Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`