Skip to content

Instantly share code, notes, and snippets.

@jehrhardt
Last active November 27, 2015 13:53
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 jehrhardt/d5d7e364e12e283c8949 to your computer and use it in GitHub Desktop.
Save jehrhardt/d5d7e364e12e283c8949 to your computer and use it in GitHub Desktop.
#! /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