Skip to content

Instantly share code, notes, and snippets.

@mbailey
Last active December 15, 2015 05:49
Show Gist options
  • Save mbailey/5211730 to your computer and use it in GitHub Desktop.
Save mbailey/5211730 to your computer and use it in GitHub Desktop.
Steps to setup a new Mac
# App Store - Downloads and Updates
xcode -> command line tools
# Download & Install
iterm
chrome
transmission
vlc (disable subtitles)
macgpg (enable unsigned apps under Security in System Preferences)
# homebrew (needs xcode command line tools)
ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
brew update
brew install git
# ruby
brew update
brew install rbenv
brew install ruby-build
rbenv-install 1.9.3-p194
rbenv global 1.9.3-p194
brew install ack
https://github.com/suan/vim-instant-markdown
# Nokogiri deps
# Setup Time Machine
# Copy on ssh keys (via Airdrop)
# Download dotfiles from github and run install.rb
# install DejaVuSans
wget http://dejavu-fonts.org/wiki/index.php?title=Download
# Install Vagrant
https://www.virtualbox.org/wiki/Downloads
http://downloads.vagrantup.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment