Skip to content

Instantly share code, notes, and snippets.

@Shipu
Last active July 12, 2018 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shipu/ca9a3672b2fa61a2ad444617ff332029 to your computer and use it in GitHub Desktop.
Save Shipu/ca9a3672b2fa61a2ad444617ff332029 to your computer and use it in GitHub Desktop.
Mac Startup
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap homebrew/services
brew install bash-completion
brew update && brew upgrade
brew install nginx && sudo nginx # https://medium.com/@ThomasTan/installing-nginx-in-mac-os-x-maverick-with-homebrew-d8867b7e8a5a
brew install docker docker-compose docker-machine xhyve docker-machine-driver-xhyve #https://pilsniak.com/how-to-install-docker-on-mac-os-using-brew/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment