Skip to content

Instantly share code, notes, and snippets.

@jehrhardt
Last active November 27, 2015 14:04
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/80b6aa8d1e07cd503bad to your computer and use it in GitHub Desktop.
Save jehrhardt/80b6aa8d1e07cd503bad to your computer and use it in GitHub Desktop.

Setup Mac OS X

Basic instructions on setting up my Mac.

Download and install Java and Virtual Box from Oracle:

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install default tools

curl -L https://gist.githubusercontent.com/jehrhardt/d5d7e364e12e283c8949/raw/install_defaults.sh | sh

Setup docker

docker-machine create --virtualbox-cpu-count "2" --virtualbox-memory "4096" --driver virtualbox dev

Install and setup Oh My ZSH

curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
curl -LO https://gist.githubusercontent.com/jehrhardt/6724571/raw/.zshrc
source .zshrc

Install and setup Emacs prelude

curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
cd ~/.emacs.d/personal
curl -LO https://gist.githubusercontent.com/jehrhardt/7276703/raw/derjan.el
cp ~/.emacs.d/sample/prelude-modules.el ~/.emacs.d
e ~/.emacs.d/prelude-modules.el
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment