Now you can litter your commit messages with emojis!!
- Copy emojis.py into ~/bin and remove .py extension
mkdir ~/bin && mv emojis.py ~/bin/emojis.py
- Make executable
mv chmod +x ~/bin/emojis
- Add
~/bin
to your system pathecho $PATH:~/bin >> ~/.bashrc
emojis [n_emojis]
- Copy the returned emojis tag into the commit messages
- Have fun!