Skip to content

Instantly share code, notes, and snippets.

@ender74
Last active March 7, 2019 08:05
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 ender74/4d3bf4d6927dd9b3191dc7df42a860da to your computer and use it in GitHub Desktop.
Save ender74/4d3bf4d6927dd9b3191dc7df42a860da to your computer and use it in GitHub Desktop.
Mac Setup
- 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