Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
OK, going to write a script that does that + different animals every time I log in.
-
Fortune is one of the best things ever. Cowsay is fine, but there are enough long fortunes that I prefer my fortunes straight up. (I also spend a large amount of time just filling my terminal with amazingness. 😳)
-
sak9628196y@ziadkiwan
Put this in you .bashrc
echo "fortune | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n 1)" >> ~/.bashrc
Packages installation:
> apt install fortune cowsay
I love the fact in Linux that you can put fortune | cowsay every time you start a new terminal session
random
fortune cowsay
linux rulez