Skip to content

Instantly share code, notes, and snippets.

@whyvez
Last active April 5, 2016 16:34
Show Gist options
  • Save whyvez/92fbb4785c18b199ea1d to your computer and use it in GitHub Desktop.
Save whyvez/92fbb4785c18b199ea1d to your computer and use it in GitHub Desktop.
Tesera OSX setup script
#!/usr/bin/env bash
# install apple command line tools
xcode-select --install
# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# bins
brew install git
brew install awscli
# optional bins
# brew install redis
# brew install postgis
# brew install gdal
# brew install geos
# brew install proj
# brew install docker-machine
# brew install docker
# brew install docker-compose
# install cask in order to install mac apps from homebrew
brew install caskroom/cask/brew-cask
# apps
brew cask install google-chrome
brew cask install sublime-text
brew cask install iterm2
brew cask install google-drive
brew cask install slack
# optional apps
# brew cask install qgis
# advanced dev setup
# brew tap homebrew/science
# brew install r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment