Brew Installation: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Note that [[mac-setup]] will install brew. | Note that [[mac-setup]] will install brew. | ||
Installation will deploy the following: | |||
<syntaxhighlight lang='bash'> | |||
/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 | |||
</syntaxhighlight> | |||
It will also create the following directories: | |||
<syntaxhighlight lang='bash'> | |||
/usr/local/Cellar | |||
/usr/local/Homebrew | |||
/usr/local/Frameworks | |||
/usr/local/bin | |||
/usr/local/etc | |||
/usr/local/include | |||
/usr/local/lib | |||
/usr/local/opt | |||
/usr/local/sbin | |||
/usr/local/share | |||
/usr/local/share/zsh | |||
/usr/local/share/zsh/site-functions | |||
/usr/local/var | |||
</syntaxhighlight> |
Revision as of 17:43, 20 April 2018
Internal
Overview
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Note that mac-setup will install brew.
Installation will deploy the following:
/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
It will also create the following directories:
/usr/local/Cellar
/usr/local/Homebrew
/usr/local/Frameworks
/usr/local/bin
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/opt
/usr/local/sbin
/usr/local/share
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var