Created
October 4, 2015 16:07
-
-
Save rgardner/b66b90d2a232a2fdfe86 to your computer and use it in GitHub Desktop.
El Capitan Fresh Install
This file contains hidden or 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
# Fresh Install | |
## Before | |
1. Backup computer | |
2. Install El Capitan | |
## After | |
1. App Store | |
- download Xcode | |
2. Install MacVim | |
``` | |
# Install Xcode | |
xcode-select --install | |
# Install Java | |
java -version | |
# Install Homebrew | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew doctor | |
bash -c "$(curl -fsSL https://bit.ly/rhg-dotfiles)" && source ~/.bashrc | |
# Install scala | |
brew install scala | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment