Skip to content

Install steps in Chakra GNU Linux

hermes-logicalbricks edited this page Mar 31, 2012 · 4 revisions

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&

Clone this wiki locally