# Install x-code command line tools
xcode-select --install
# Install homebrew itself
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Optional Homebrew configs
- Add these into your
~/.bash_profile
or.zshrc
export HOMEBREW_NO_ANALYTICS=true
export HOMEBREW_NO_AUTO_UPDATE=true
export HOMEBREW_CASK_OPTS="--no-quarantine"
# https://caskroom.github.io/
brew tap caskroom/cask
# Find and install apps on cask
# https://github.com/caskroom/homebrew-cask/find/master
# Search from command line
brew cask search chrome
# Optionally get info about package
brew cask info google-chrome
# then install
brew cask install google-chrome
brew cask install progressive-downloader
brew cask install the-unarchiver
brew cask install ccleaner
brew cask install appcleaner
brew cask install disk-inventory-x
- https://www.corecode.io/uninstallpkg/index.html
- Cleanup brew cache (Brew can autoclean cache however)
brew cleanup -s --prune=0
brew cask install itsycal
- For music lovers - https://bitgapp.com/eqmac/
brew cask install eqmac
brew cask install libreoffice
brew cask install flux
brew cask install licecap
- (For Laptop user)https://pilotmoon.com/scrollreverser/
brew cask install scroll-reverser
brew cask install shuttle
(Optional and rarely used) Homebrew rmtree
brew tap beeftornado/rmtree
# Example usage
brew rmtree httpd
Reserved comment