top / index / prev / next / target / source

2017-02-20 diary: [Mac][Homebrew][git] git をインストールする

いがぴょんの日記 日記形式でつづる いがぴょんコラム ウェブページです。

[Mac][Homebrew][git] git をインストールする

補完の効く git を利用したかったので、Homebrew 経由で git をインストールしました。

この手順は 2017-02-19 diary: [Mac][shell] .bashrc を有効にする かそれと同等を設定を前提とします。

あらかじめ git の補完をインストールします。

brew install bash-completion

.bashrc

if [ -f $(brew --prefix)/etc/bash_completion ]; then
  source $(brew --prefix)/etc/bash_completion
fi

そして git をインストールします。

brew install git

参考にした情報

Last modified: $Date: 2017-02-21 $

登場キーワード


この日記について