A terminal greeting that delivers random improv wisdom nuggets every time you open a new shell.
Each time you open your terminal, you'll see something like:
🎭 Improv Wisdom
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Yes, AND... builds scenes (and solutions)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
git clone https://github.com/YOUR_USERNAME/improv-wisdom.git
cd improv-wisdom
./install.shOn first terminal open, you'll be asked to choose a display style.
Choose how your wisdom gets delivered:
| Style | Description | Requires |
|---|---|---|
| plain | Clean box format | Nothing |
| cow | Cowsay - a cow delivers your wisdom | brew install cowsay |
| pony | Ponysay - My Little Pony delivers your wisdom | brew install ponysay |
| big | Large ASCII art text | brew install figlet |
| rainbow | Rainbow colored text | brew install lolcat |
Change your style anytime:
improv-wisdom-configRemove these lines from your ~/.zshrc:
# Improv Wisdom - random wisdom on terminal startup
source "$HOME/.improv-wisdom.sh"
# Change improv wisdom display style
alias improv-wisdom-config="source $HOME/.improv-wisdom-config.sh"Then delete the files:
rm ~/.improv-wisdom.txt ~/.improv-wisdom.sh ~/.improv-wisdom-config.sh ~/.improv-wisdom-configEdit ~/.improv-wisdom.txt. Format:
Your principle here
%
Another principle
Each principle is separated by % on its own line.
Improv wisdom collected by Lauren Morris from years of teaching improv and applying it to tech/product work.
"I used to be funny. Now I work in tech."