Skip to content

Instantly share code, notes, and snippets.

@violetyk
Last active December 23, 2015 21:20
Show Gist options
  • 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