Skip to content

Instantly share code, notes, and snippets.

@mattyjones
Created May 23, 2018 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattyjones/d4bdc9ad4da69b093d2f7e4215b05cd2 to your computer and use it in GitHub Desktop.
Save mattyjones/d4bdc9ad4da69b093d2f7e4215b05cd2 to your computer and use it in GitHub Desktop.
Sample brew file
# SF Laptop Brewfile
#
# Not included:
# OmniGraffle
# Git-Tower
# oh-my-zsh
# Capto
# Transmit
# MacTex
# OmniFocus
# Quicken
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
brew 'ansible'
brew 'bats'
brew 'chruby'
brew 'coreutils'
brew 'gawk'
brew 'git'
brew 'go'
brew 'go-delve/delve/delve'
brew 'gnu-sed', args: ['with-default-names']
brew 'graphviz'
brew 'hugo'
# brew 'imagemagick'
brew 'jq'
brew 'lnav'
brew 'lua'
brew 'make'
brew 'mas'
brew 'nano'
brew 'neovim'
brew 'node'
brew 'openssl'
brew 'packer'
brew 'pcre'
brew 'python3'
brew 'python2'
brew 'ruby-install'
brew 'terraform'
brew 'terraform_landscape'
brew 'unrar'
brew 'vim', args: ['with-lua']
brew 'wget'
brew 'xhyve'
brew 'zsh'
brew 'zsh-completions'
brew 'zsh-syntax-highlighting'
cask 'calibre'
cask 'eclipse-ide'
cask 'gpg-suite'
# cask 'google-chrome'
# cask 'handbrake'
cask 'iterm2'
cask 'keybase'
cask 'keepassxc'
# cask 'kindle'
cask 'little-snitch'
# cask 'lastpass' (this is just the web extension installer)
cask 'micro-snitch'
cask 'openemu'
# cask 'osxfuse'
cask 'quip'
cask 'skype'
cask 'slack'
# cask 'spectacle'
cask 'spotify'
# cask 'steam'
# cask 'sublime-text'
cask 'transmission'
cask 'vagrant'
cask 'veracrypt'
# cask 'virtualbox'
cask 'visual-studio-code'
cask 'vlc'
mas 'OneDrive', id: 823766827
mas 'LastPass Password Manager', id: 926036361
# mas 'SSH Tunnel', id: 734418810
# mas 'TweetDeck', id: 485812721
# mas 'Voila', id: 407741870
mas 'Microsoft Remote Desktop 8.0', id: 715768417
mas 'YubiKey Personalization Tool', id: 638161122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment