Homebrew
Install homebrew and useful extensions
Installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Extensions
Remove a formula and its unused dependencies
# Installation
brew tap beeftornado/rmtree
# Commonly Usage
brew rmtree ffmpegA command line tool for upgrading every outdated app installed by Homebrew Cask
# Installation
brew tap buo/cask-upgrade
# Commonly Usage
brew cu -a# Installation
brew tap homebrew/cask-fonts
# Commonly Usage
brew install font-fira-codeLast updated