Skip to content

Instantly share code, notes, and snippets.

@muratayusuke
Created February 12, 2013 05:47
Show Gist options
  • Save muratayusuke/4760523 to your computer and use it in GitHub Desktop.
Save muratayusuke/4760523 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# This script run as root
cd /usr/local/src
git clone https://github.com/muratayusuke/tig.git
cd tig
make
make install install-doc
cp tig /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment