Skip to content

Instantly share code, notes, and snippets.

View its-arun's full-sized avatar

Arun Chaudhary its-arun

View GitHub Profile
@its-arun
its-arun / DynamicMOTD.sh
Created February 11, 2018 06:25
Dynamic MOTD for MacOS using lolcat, cowsay and fortune.
#Before running script give permission using "chmod +x DynamicMOTD.sh"
#Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#Install Lolcat, Cowsay and Fortune
brew install lolcat
brew install cowsay
brew install fortune
#Configuring .bash_profile and .bashrc