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