LoginSignup
0
1

More than 3 years have passed since last update.

Homebewをインストールする方法

Last updated at Posted at 2020-09-22
  • 環境 : macOS Catalina バージョン10.15.6

Homebrewをインストールする

  1. macOS(またはLinux)用パッケージマネージャー — Homebrewを表示する
  2. [インストール]にあるコマンドをコピーしてターミナルに貼り付けて実行する
  3. GUI系のアプリも管理してくれるバッケージマネージャHomebrewCaskはもうインストールしなくても入ってるらしい
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Password: {Macのログインパスワードを入力してEnter}
==> This script will install:
# ...省略...↓Enter↓
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
# Xcodeのコマンドツールが必要になるけれど自動でインストールしてくれる
Downloading Command Line Tools for Xcode
Downloaded Command Line Tools for Xcode
Installing Command Line Tools for Xcode
Done with Command Line Tools for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
# ...省略...↓これが出たら完了!
==> Installation successful!
# ...省略...あとは寄付のお願いとか情報がお知らせされる

あとはやりたいことをやる

Homebrewを使う時に参考になりたいリンク集 - Qiita

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1