Created
August 12, 2019 18:47
-
-
Save bernardobarreto/84fc0f2acfd8ed6bb8fa3522bae6c0d4 to your computer and use it in GitHub Desktop.
Brewfile
This file contains hidden or 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
# frozen_string_literal: true | |
# specify a directory to install | |
cask_args appdir: '/Applications' | |
brew 'bash' | |
brew 'bash-completion' | |
brew 'git' | |
brew 'hub' | |
brew 'rvm' | |
brew 'tree' | |
brew 'q' | |
cask 'gitup' | |
cask 'licecap' | |
cask 'firefox' | |
cask 'google-chrome' | |
cask '1password' | |
cask 'authy' | |
cask 'caffeine' | |
cask 'calibre' | |
cask 'coconutbattery' | |
cask 'daisydisk' | |
cask 'dropbox' | |
cask 'flux' | |
cask 'gpg-suite' | |
cask 'grammarly' | |
cask 'itsycal' | |
cask 'michaelvillar-timer' | |
cask 'rescuetime' | |
cask 'spectacle' | |
cask 'the-unarchiver' | |
cask 'transmission' | |
cask 'typora' | |
cask 'vlc' | |
brew 'ffmpeg' | |
brew 'mas' | |
mas 'Shush', id: 496437906 | |
mas 'Keynote', id: 409183694 | |
mas 'Be Focused Pro', id: 961632517 | |
cask 'discord' | |
cask 'skype' | |
cask 'slack' | |
cask 'alfred' | |
cask 'dash' | |
cask 'iterm2' | |
cask 'postman' | |
cask 'sublime-text' | |
cask 'spotify' | |
cask 'steam' | |
tap 'caskroom/drivers' | |
cask 'xbox360-controller-driver-unofficial' | |
tap 'caskroom/fonts' | |
cask 'font-inconsolata' | |
cask 'font-fira-code' | |
cask 'font-hack' | |
cask 'font-m-plus' | |
cask 'font-ubuntu' | |
cask 'font-hermit' | |
cask 'font-victor-mono' | |
cask 'aerial' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment