Last active
December 19, 2015 09:11
-
-
Save jachwe/b8bdbb7edab86c2f15a3 to your computer and use it in GitHub Desktop.
Setup new system with basic 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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install android-sdk | |
brew install sshpass | |
brew install autojump | |
brew install sqlite | |
brew install subversion | |
brew install brew-cask | |
brew install node | |
brew install ssh-copy-id | |
brew install wget | |
brew cask install appcleaner --appdir=/Applications | |
brew cask install flux --appdir=/Applications | |
brew cask install shuttle --appdir=/Applications | |
brew cask install arduino --appdir=/Applications | |
brew cask install syphon-virtual-screen --appdir=/Applications | |
brew cask install firefox --appdir=/Applications | |
brew cask install chrome --appdir=/Applications | |
brew cask install jumpcut --appdir=/Applications | |
brew cask install the-unarchiver --appdir=/Applications |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment