Last active
March 7, 2019 08:05
-
-
Save ender74/4d3bf4d6927dd9b3191dc7df42a860da to your computer and use it in GitHub Desktop.
Mac 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
- Install Homebrew (https://brew.sh/) | |
- Install chrome browser (https://www.google.com/chrome) | |
- Configure Shell | |
- brew cask install iterm2 | |
- brew cask install zsh | |
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
- Generate ssh key | |
- ssh-keygen -t rsa | |
- Install Java Build environment | |
- brew cask install java | |
- brew install maven | |
- Install docker environment | |
- brew cask install docker | |
- command + space -> Docker -> launch | |
- Install Tunnelblick for VPN (https://tunnelblick.net/) | |
- brew install python3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment