Skip to content

Instantly share code, notes, and snippets.

@rgardner
Created October 4, 2015 16:07
Show Gist options
  • Save rgardner/b66b90d2a232a2fdfe86 to your computer and use it in GitHub Desktop.
Save rgardner/b66b90d2a232a2fdfe86 to your computer and use it in GitHub Desktop.
El Capitan Fresh Install
# 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