Last active
November 27, 2015 13:53
-
-
Save jehrhardt/d5d7e364e12e283c8949 to your computer and use it in GitHub Desktop.
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
#! /usr/bin/env bash | |
# Setup: | |
# 1. Install latest Java and Virtual Box | |
# 2. Install Homebrew: | |
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# 3. run script | |
# curl -L https://gist.githubusercontent.com/jehrhardt/d5d7e364e12e283c8949/raw/install_defaults.sh | sh | |
# Install Emacs via Homebrew | |
brew install emacs --with-cocoa | |
brew linkapps emacs | |
# Install default Homebrew formulas | |
brew install aspell docker docker-machine jq leiningen maven node sbt ssh-copy-id | |
# Install default Python packages | |
sudo easy_install pip | |
sudo pip install --upgrade setuptools httpie csvkit | |
# Install default Node modules | |
npm install -g npm@latest bower grunt-cli | |
# Install default Ruby gems | |
sudo gem install gist github-pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment