-
-
Save martnst/ed66ff9f5ac73878254ab4b2ff470462 to your computer and use it in GitHub Desktop.
Brewfile for clean installing macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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