Skip to content

Instantly share code, notes, and snippets.

@hockeybuggy
Last active August 29, 2015 14:08
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 hockeybuggy/1430ee6b72f1e799fcd3 to your computer and use it in GitHub Desktop.
Save hockeybuggy/1430ee6b72f1e799fcd3 to your computer and use it in GitHub Desktop.
MacSetup

Mac Setup

Development

  • XCode
    • Install XCode from App store
    • Get command line tools
  • Homebrew
    • Install Homebrew
  • Terminal
  • Vim
    • Install Vim 7.4
    • Install MacVim
  • Git && GitHub
    • Check Git 2.1.3
    • Generate new SSH key and add to github
    • Join the organization
  • Dotfiles
    • Clone'Em
    • Link'Em
    • Use'Em

Languages

  • Python
    • Check Python 2.7
    • Install Python 3
    • Install virtualenv
    • Install virtualenvwrapper
  • Ruby
    • Install RVM
    • 1.9.4, 2.0.0, 2.1.2, 2.1.4
  • Node
    • Install NVM
    • Install Node 0.10

Preferences

  • Turn Caps Lock to control
  • Change to 24 hour clock

Fancy GUI programs

  • Install Browsers
    • Chrome
    • Firefox
    • Opera
  • Keepass
    • Install Keepass
    • Add my SSH key to .ssh
  • HipChat
    • Install HipChat
    • Join HipChat
  • Vagrant
    • Install Virtual Box?
    • Install Vagrant
    • Run vagrant init hashicorp/precise32
    • Ask around if there is a Vagrantfile
  • Ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment