A simple script to print random motivational quotes. Highly influenced by linux command fortune.
- Colored Output
- Supports
bash
andzsh
git
python 3x
$ git clone https://github.com/mubaris/motivate.git
$ cd motivate/motivate
$ sudo ./install.sh
$ source ~/.bashrc
zsh users should replace .bashrc
with .zshrc
.
If you have no root priviledge, install in this way:
$ git clone https://github.com/mubaris/motivate.git
$ cd motivate
$ ln -s $PWD/motivate/motivate.py moti
$ ln -s $PWD/dummy.sh mmoti
$ export PATH=$PWD:$PATH
$ # echo 'export PATH=$PWD:$PATH' >> ~/.bashrc
Later you can run by calling moti
(a single run) or mmoti
(keep running until you break it).
After doing so, I found that python 2.x is enough to run this script.
- Make sure you have Python3 on your path.
- Clone the repository
git clone https://github.com/mubaris/motivate.git
. - Add the path to your local clone to your system path.
- Run
py -3 motivate.py
from the command prompt.
$ git clone https://github.com/mubaris/motivate.git
$ cd motivate
$ ./UPDATE
$ motivate
"When something is important enough, you do it even if the odds are not in your favor."
--Elon Musk
Please see CONTRIBUTING.md.