Paul's Programming Notes     Archive     Feed     Github

New Macbook Pro Setup

I’m finally switching to a Macbook Pro as my personal computer after a few months of using one at work. Local development on OSX is a lot easier and bug-free than on a Windows computer.

I started a gist with what I did for setup:

Important tips:

  • to open applications quickly, command + space and type the application name
  • mac doesn't have an address bar in finder, you need to use command + shift + g to type a directory path
  • mac doesn't have "snap window to screen" like windows does, you need to install moom for this
  • activity monitor = task manager
  • brew install = apt get install (you'll need to install brew)
  • use command + tilde to switch between windows for the same application

Setup:

view raw mac_setup.md hosted with ❤ by GitHub