Skip to content

Instantly share code, notes, and snippets.

@abcdev
Last active February 3, 2017 21:33
Show Gist options
  • Select an option

  • Save abcdev/c1c080ab9becac0bda6e763a6f780118 to your computer and use it in GitHub Desktop.

Select an option

Save abcdev/c1c080ab9becac0bda6e763a6f780118 to your computer and use it in GitHub Desktop.
Always have a towel and a brewfile with you !
# abcdev brewfile
# last update 19.01.2017
tap 'caskroom/cask'
tap 'caskroom/fonts'
cask_args appdir: '/Applications'
# must-have packages
cask 'java'
brew 'android-sdk'
brew 'bash-completion'
brew 'cocoapods'
brew 'carthage'
brew 'cmake'
brew 'dpkg'
brew 'gcc'
brew 'git'
brew 'gnupg2'
brew 'mas'
brew 'masscan'
brew 'mosh'
brew 'node'
brew 'python'
brew 'python3'
brew 'openssl'
brew 'tor'
brew 'wget'
brew 'nmap'
brew 'zmap'
# awesome font by spiekermann et al.
cask 'font-fira-sans'
cask 'font-fira-code'
cask 'firefox'
cask 'thunderbird'
cask 'torbrowser'
cask 'freesmug-chromium'
cask 'sublime-text'
cask 'textmate'
cask 'macdown'
cask 'calibre'
cask 'libreoffice'
cask 'mactex'
cask 'xquartz'
# dev
cask 'rowanj-gitx'
cask 'sourcetree'
cask 'wwdc'
cask 'cyberduck'
cask 'wireshark'
cask 'dash'
cask 'virtualbox'
cask 'android-studio'
cask 'arduino'
cask 'docker'
# everyday use
cask 'resilio-sync'
cask 'macpass'
cask 'mattermost'
cask 'vlc'
cask 'transmission'
cask 'tunnelblick'
cask 'little-snitch'
cask 'airserver'
cask 'flux'
cask 'hyperdock'
cask 'grandperspective'
cask 'pongsaver'
# usefull QuickLook / Finder preview casks
cask 'qlcolorcode'
cask 'qlstephen'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'qlprettypatch'
cask 'quicklook-csv'
cask 'betterzipql'
cask 'qlimagesize'
cask 'webpquicklook'
cask 'suspicious-package'
# Basic MAS apps
mas 'The Unarchiver', id: 425424353
mas 'ReadKit', id: 588726889
mas 'Telephone', id: 406825478
mas 'Keynote', id: 409183694
mas 'Xcode', id: 497799835
mas 'Twitter', id: 409789998
mas 'Das Deutschlandradio', id: 1042736341
mas 'Theine', id: 955848755
mas 'Deliveries', id: 924726344
mas 'Pecunia', id: 581402740
mas 'Downcast', id: 668429425
@abcdev
Copy link
Author

abcdev commented Sep 26, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment