Receive inspiration from Eno all day, whilst in the stark environs of the command line!
This project contains fortune files comprised of Brian Eno's Oblique Strategies.
- You must have the
fortune
program installed - Both files must live in a place
fortune
expects - You should make the call to
fortune
on "login" from a config file
It will display a random Oblique Strategy before the prompt in new Terminal windows.
- "Turn it upside down"
- "Accept advice"
- "Not building a wall but making a brick"
OS X
"Don't be afraid of things because they're easy to do"
bash < <(curl -sL https://raw.github.com/mattreduce/oblique-fortunes/master/get)
DIY
brew install fortune
git clone https://github.com/mattreduce/oblique-fortunes.git
cd oblique-fortunes
cp oblique* $(brew --cellar)/fortune/**/share/games/fortunes/
echo 'if command fortune >/dev/null; then fortune oblique; fi' >> ~/.bash_profile
To Brian Eno and Peter Schmidt for the Oblique Strategies.
To @zeke for inspiration and providing the strategies in an easy to process format.
To @thoughtbot for the successfully()
function I use in get
.