Some bash scripts for making one developer's life a little bit wiser through fortune :) feel free to contribute.
Install the following dependencies:
apt-get install fortune cowsay lolcat
brew install fortune cowsay lolcat
After installing dependencies, do the following sequence of commands to install the scripts from this repo.
- Make the scripts executable in your computer by running:
chmod +x wisegit
chmod +x wiseclear
- Copy files to a directory that is included in you PATH. In this example, we are going to use
/usr/local/bin
:
cp wisegit wiseclear /usr/local/bin
That's it! Next time you open terminal, you can use the scripts by calling wiseclear
anywhere, and wisegit
inside a folder that contains a git repository.