Skip to content

Instantly share code, notes, and snippets.

@maxfi
Created July 13, 2018 08:32
Show Gist options
  • Save maxfi/a7f82aec25818c79cb7d609f875b5a71 to your computer and use it in GitHub Desktop.
Save maxfi/a7f82aec25818c79cb7d609f875b5a71 to your computer and use it in GitHub Desktop.
Install latest version of tig
tig --version
sudo apt -y remove tig
cd /tmp
git clone https://github.com/jonas/tig
cd tig
make configure && ./configure && make && sudo make install && sudo make install-release-doc
source ~/.bashrc
tig --version
cd ..
rm -rf tig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment