brew option --all
> brew help
Example usage:brew search [text|/regex/]
| ||||||||||||||||||
Sample install:
> /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following new directories will be created:
/usr/local/Cellar, Homebrew, Frameworks, etc, include, lib, opt, sbin, share/zsh, share/zsh/site-functions, var
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar …
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar …
==> /usr/bin/sudo /bin/chmod u+rwx share/zsh share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown uname /usr/local/Cellar …
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar …
==> /usr/bin/sudo /bin/mkdir -p /Users/uname/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/uname/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown uname /Users/uname/Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 3385, done.
remote: Compressing objects: 100% (2401/2401), done.
remote: Total 3385 (delta 1553), reused 2159 (delta 850), pack-reused 0
Receiving objects: 100% (3385/3385), 2.17 MiB | 3.01 MiB/s, done.
Resolving deltas: 100% (1553/1553), done.
From https://github.com/Homebrew/brew
* [new branch] master -> origin/master
* [new tag] 0.1 -> 0.1
* [new tag] 0.2 -> 0.2
…
* [new tag] 1.0.6 -> 1.0.6
* [new tag] 1.0.7 -> 1.0.7
HEAD is now at bb96fd7 Merge pull request #1255 from akirk/patch-1
==> Homebrew has enabled anonymous aggregate user behaviour analytics
Read the analytics documentation (and how to opt-out) here:
https://git.io/brew-analytics
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 3729, done.
remote: Compressing objects: 100% (3619/3619), done.
remote: Total 3729 (delta 11), reused 320 (delta 1), pack-reused 0
Receiving objects: 100% (3729/3729), 2.99 MiB | 2.98 MiB/s, done.
Resolving deltas: 100% (11/11), done.
Tapped 3608 formulae (3,757 files, 9.3M)
Already up-to-date.
==> Installation successful!
==> Next steps
Run `brew help` to get started
Further documentation: https://git.io/brew-docs
Create a personal access token:
and then set the token as: export HOMEBREW_GITHUB_API_TOKEN="your_new_token"