Skip to content

Instantly share code, notes, and snippets.

@martnst

martnst/Brewfile Secret

Last active September 17, 2017 16:08
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 martnst/ed66ff9f5ac73878254ab4b2ff470462 to your computer and use it in GitHub Desktop.
Save martnst/ed66ff9f5ac73878254ab4b2ff470462 to your computer and use it in GitHub Desktop.
Brewfile for clean installing macOS
tap 'homebrew/bundle'
tap 'homebrew/core'
brew 'mas' # Mac AppStore CLI
# general
cask 'google-chrome'
cask 'alfred'
cask 'bartender'
cask 'things'
mas 'Slack', id: 803453959
mas 'HazeOver', id: 430798174
cask 'beardedspice'
mas 'Calendar 366 Plus - Menu Bar | Events | Reminders', id: 1044630224
mas 'Outbank – Banking for all your accounts in one app', id: 1094255754
cask 'vlc'
cask 'airserver'
cask 'gemini'
mas 'DaisyDisk', id: 411643860 # cask 'daisydisk'
mas 'Skitch - Snap. Mark up. Share.', id: 425955336
# command line / dev tools
cask 'sublime-text'
cask 'visual-studio-code'
cask 'dash'
cask 'paw'
cask 'tower'
brew 'httpie'
brew 'node'
cask 'docker'
cask 'kitematic'
cask 'kaleidoscope'
cask 'ksdiff'
cask 'sequel-pro'
brew 'wget'
brew 'watch'
cask 'cd-to'
cask 'colorpicker-skalacolor'
brew 'autojump'
# iOS dev
brew 'cocoapods'
brew 'carthage'
cask 'sketch'
mas 'Marked 2', id: 890031187
# Quick Look Plugins
# checkout https://github.com/sindresorhus/quick-look-plugins
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlcolorcode'
cask 'qlstephen'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment