Created
July 13, 2018 08:32
-
-
Save maxfi/a7f82aec25818c79cb7d609f875b5a71 to your computer and use it in GitHub Desktop.
Install latest version of tig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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