Skip to content

Instantly share code, notes, and snippets.

@violetyk
Last active December 23, 2015 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save violetyk/6695992 to your computer and use it in GitHub Desktop.
Save violetyk/6695992 to your computer and use it in GitHub Desktop.
cd src
wget  git clone --branch=release git://github.com/jonas/tig.git
cd tig
sudo LDLIBS=-lncursesw CFLAGS=-I/usr/include/ncursesw make install install-release-doc prefix=/usr/local/tig 

sudo vi /etc/profile.d/tig.sh
export PATH=$PATH:/usr/local/tig/bin/

source /etc/profile.d/tig.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment