Skip to content

Instantly share code, notes, and snippets.

@sgringwe
Forked from kevinelliott/osx-10.10-setup.md
Last active August 29, 2015 14:25
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 sgringwe/1119f6e9007673ba620e to your computer and use it in GitHub Desktop.
Save sgringwe/1119f6e9007673ba620e to your computer and use it in GitHub Desktop.
Mac OS X 10.10 Yosemite Setup

Mac OS X 10.10 Yosemite

Install from App Store

Install from other sources

#Xcode Command Line Tools

Xcode > Preferences > Downloads > Command Line Tools

Homebrew

Homebrew can not install properly until xcode command line tools are enabled.

Install Homebrew

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

Run thoughtbot laptop script

Download script from repo and run it. Use custom .laptop.config in dropbox. This will install the majority of needs and graphical applications as well as install and run the .dotfiles.

Install Packages for Sublime Text

  • BracketHighlighter
  • CoffeeScriptHaml
  • [AdvancedNewFile]
  • [Better CoffeeScript]
  • [Clipboard Manager]
  • [Color Highlighter]
  • [Git]
  • [Gitgutter]
  • [Githubinator]
  • [HTML-CSS-JS Prettify]
  • [JSON Reindent]
  • [LESS]
  • [Less Tabs]
  • [Pretty JSON]
  • [Rails Partial]
  • [Rubocop]
  • [Sass]
  • [SidebarEnhancements]
  • [Theme - Primer]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment