Created
September 19, 2017 15:18
-
-
Save aphexddb/6e97614fb9c76629d7636160fb6be620 to your computer and use it in GitHub Desktop.
OSX Setup
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/bash | |
# super handy stuff | |
brew install jq aq thefuck the_silver_searcher wget curl | |
# dev | |
brew install maven protobuf | |
# devops | |
brew install docker-machine | |
# services | |
brew install haproxy nginx redis netcat | |
# javascript | |
brew install node n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment