Skip to content

Instantly share code, notes, and snippets.

@JoshuaJBerk
Last active August 29, 2015 14:01
Show Gist options
  • Save JoshuaJBerk/50c1529c70ef62820c0d to your computer and use it in GitHub Desktop.
Save JoshuaJBerk/50c1529c70ef62820c0d to your computer and use it in GitHub Desktop.
My OSX configuration, from start to finish.

Macintosh OSX Setup

1. Run Software Update

Make sure everything is up to date.

sudo softwareupdate -i -a

2. Install Xcode and its "Command Line Tools"

  1. Go to App Store and install Xcode.
  2. Open and accept the terms
  3. Then go to the terminal and install "Command Line Tools":
xcode-select --install

3. Install Software

Much can be installed through homebrew-cask which makes the process way simpler.

4. Setup Dotfiles

Visit Zach Holman's Dotfiles repo for instructions.

This will install some useful stuff like zsh shell. Besides that, it will also set a new theme and some useful aliases for the terminal.

5. Generate SSH keys for GitHub

Visit GitHub's official guide for instructions.

From that point on you're going to be able to do some git operations with GitHub \o/

6. Set Chrome Canary as default browser

  1. Launch Safari
  2. Apple ➜ Preferences
  3. General ➜ Default Web Browser
  4. Select “Chrome Canary” from the drop-down menu

7. Configure Sublime Text

Visit my Sublime Text Gist for instructions.

There you can find the whole list of plugins, preferences and snippets.

8. Install Alfred Workflows

Visit Zeno Rocha's Alfred workflow collection repo for example workflows. Your mileage may vary, but I've added a bunch for various applications. Find more in the forums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment