[Git] CUI ツール tig のインストール手順

Git の CUI ツール tig を Mac でインストールする手順をご紹介します。

Git

おなじみの homebrew でインストールします。

% brew install tig
==> Downloading http://jonas.nitro.dk/tig/releases/tig-1.1.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/tig/1.1 --sysconfdir=/usr/local/etc
==> make install
==> make install-doc-man
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
/usr/local/Cellar/tig/1.1: 14 files, 476K, built in 8 seconds

tig のインストールを確認する。

% which tig
/usr/local/bin/tig

使い方は以下の記事を読みましょう、