gooday (abbr. of 'good day') is a tool to decorate your terminal login banner with quotes.
$ git clone https://github.com/vjyq/gooday.git
$ cd gooday
$ bash install.sh
I try to get quotes from remote. My setup steps:
- in
install.sh
, commentecho 'python '${PWD}'/gd.py' >> $HOME/.bash_profile
and uncommentecho 'pyenv activate gooday...>> $HOME/.bash_profile
- then,
$ (init a virtualenv -- using pyenv here. I call it 'gooday'.)
$ git clone https://github.com/vjyq/gooday.git
$ pip install -r requirement.txt
$ bash install.sh
You could also append your fav quotes to quotes.json
.