Last active
March 13, 2017 20:56
-
-
Save joeinnes/021677584aefc938912685767f2a3e27 to your computer and use it in GitHub Desktop.
Apps
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
#!/bin/sh | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Homebrew | |
brew tap caskroom/cask # Cask | |
brew cask install cakebrew # Cakebrew | |
brew cask install google-chrome # Chrome | |
brew cask install franz # Franz | |
brew cask install spotify # Spotify | |
brew cask install vlc # VLC | |
brew cask install calibre # Calibre | |
brew cask install steam # Steam | |
brew cask install google-drive # Google Drive | |
brew cask install hyper # Hyper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment