Skip to content

Instantly share code, notes, and snippets.

@jachwe
Last active December 19, 2015 09:11
Show Gist options
  • Save jachwe/b8bdbb7edab86c2f15a3 to your computer and use it in GitHub Desktop.
Save jachwe/b8bdbb7edab86c2f15a3 to your computer and use it in GitHub Desktop.
Setup new system with basic apps
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