Install steps in Chakra GNU Linux - abiczo/github-notifier GitHub Wiki

Install github-notifier

sudo pacman -S pygtk python-feedparser python-simplejson setuptools
sudo ccr -S python-notify
git clone git://github.com/abiczo/github-notifier.git
cd github-notifier
sudo python setup.py install

Edit your .gitconfig settings

Add or edit github section:

[github]
user = <your user name>
token = <your api token key from github's account settings page>

Or can use this commands: git config --global github.user git config --global github.token <your api token key from github's account settings page>

Run github-notifier

github-notifier&