Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@markcerqueira
Last active December 19, 2019 03:10
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save markcerqueira/5f676f8d2e365f713c5675494f505961 to your computer and use it in GitHub Desktop.
Save markcerqueira/5f676f8d2e365f713c5675494f505961 to your computer and use it in GitHub Desktop.
Bootstrapping Mac Apps with Homebrew Cask
#!/bin/sh
# chmod a+x brew.sh
# https://computers.tutsplus.com/tutorials/perfect-configurations-with-homebrew-and-cask--cms-20768
# brew packages
brew install git
brew install gradle
brew install openssl
brew install ruby
# brew cask
# https://caskroom.github.io/search
brew cask install 1password
brew cask install adium
brew cask install android-file-transfer
brew cask install appcleaner
brew cask install appcode
brew cask install battle-net
brew cask install bettertouchtool
brew cask install charles
brew cask install clion
brew cask install cronnix
brew cask install dash
brew cask install discord
brew cask install dropbox
brew cask install evernote
brew cask install firefox
brew cask install flux
brew cask install force-paste
brew cask install genymotion
brew cask install google-chrome
brew cask install google-drive
brew cask install grandperspective
brew cask install intellij-idea
brew cask install istat-menus
brew cask install iterm2
brew cask install keepingyouawake
brew cask install paw
brew cask install postgres
brew cask install postico
brew cask install pycharm
brew cask install razorsql
brew cask install rubymine
brew cask install skitch
brew cask install skype
brew cask install slack
brew cask install steam
brew cask install steermouse
brew cask install textmate
brew cask install the-unarchiver
brew cask install tower
brew cask install unrarx
brew cask install virtualbox
brew cask install vlc
brew cask install zeplin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment