Add homebrew

  1. brewをインストールする
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. pathの追加
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/foxhound/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
  1. .Brewfileをダウンロード
  2. ツールをインストールする
brew bundle --global