homebrew

Homebrew is a simple package manager for macOS.

brew upgrade && brew update  && brew cleanup

Worth a read sometime -> https://hackernoon.com/personal-macos-workspace-setup-adf61869cd79 includes useful zsh information

See Casey’s article

My Office MacBook Brewfile

tap "azure/aks-engine"
tap "caskroom/cask"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"

brew "python", link: false
brew "azure-cli"
brew "carthage"
brew "go"
brew "dep"
brew "gist"
brew "git-recent"
brew "gitversion"
brew "gron"
brew "lua"
brew "imagemagick"
brew "jid"
brew "jq"
brew "kubernetes-helm"
brew "lesspipe"
brew "mas", link: false
brew "mdcat"
brew "node"
brew "pandoc"
brew "swiftlint"
brew "tree"
brew "vim"
brew "vsts-cli"
brew "wget"
brew "xctool"
brew "youtube-dl"
brew "yq"
brew "azure/aks-engine/aks-engine"

cask "asset-catalog-tinkerer"
cask "basictex"
cask "coconutbattery"
cask "font-fira-code"
cask "powershell"
cask "qlcolorcode"
cask "qlimagesize"
cask "qlmarkdown"
cask "qlstephen"
cask "qlvideo"
cask "quicklook-json"
cask "quicklookase"
cask "suspicious-package"
cask "webpquicklook"

mas "Acorn", id: 1233861775
mas "BetterSnapTool", id: 417375580
mas "Clock mini", id: 867539680
mas "com.alice.mac.GetPlainText", id: 508368068
mas "DaisyDisk", id: 411643860
mas "Differences", id: 1289067356
mas "Downlink", id: 1454269192
mas "EasyGit", id: 1228242832
mas "JS Beautifier", id: 700229527
mas "Keynote", id: 409183694
mas "Microsoft Remote Desktop", id: 715768417
mas "Microsoft Remote Desktop", id: 1295203466
mas "MP3-Converter", id: 463687032
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Photos Duplicate Cleaner", id: 592704001
mas "Reeder", id: 1449412482
mas "Soulver", id: 413965349
mas "Tagr", id: 903733783
mas "Tagr", id: 903733783
mas "Xcode", id: 497799835

Casey’s Brewfile

From here

cask_args appdir: "/Applications"
tap "homebrew/cask-fonts"

brew "mas"

mas "1Blocker", id: 1107421413
mas "Day One", id: 1055511498
mas "Deliveries", id: 924726344
mas "Due", id: 524373870
mas "Fantastical", id: 435003921
mas "GeoTag", id: 1465180184
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Slack", id: 803453959
mas "Soulver 2", id: 413965349
mas "StopTheMadness", id: 1376402589
mas "Tweetbot", id: 1384080005
mas "Xcode", id: 497799835
mas "Yoink", id: 457622435

cask "1Password"
cask "aerial"
cask "alfred"
cask "colloquy"
cask "droplr"
cask "google-chrome"
cask "handbrake"
cask "iina"
cask "imageoptim"
cask "istat-menus"
cask "keepingyouawake"
cask "makemkv"
cask "rocket"
cask "spotify"
cask "textmate"
cask "tower"
cask "visual-studio-code"
cask "font-fira-code"

brew "carthage"
brew "emacs"
brew "ffmpeg"
brew "mkvtoolnix"
brew "mp4v2"
brew "youtube-dl"
brew "wget"
brew "exiftool"
brew "fish"
brew "node"

Installation

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update && brew upgrade

Stuff I use

List of homebrew components installed as part of my standard Mac build

React Native

brew install node
brew install watchman
brew install flow
npm install -g react-native-cli
jq
fastlane
httpie
python3
carthage
node
wget
xcpretty
  • brew install ….