Skip to content

Instantly share code, notes, and snippets.

@gcpantazis
Last active October 13, 2015 20:48
Show Gist options
  • Save gcpantazis/4254458 to your computer and use it in GitHub Desktop.
Save gcpantazis/4254458 to your computer and use it in GitHub Desktop.
Setup Procedure for new Dev Machines

INSTALL : XCode (App Store) (Do this first, its huge and other things for devs won't work without it)

INSTALL : Chrome (https://www.google.com/intl/en/chrome/browser/)

INSTALL : NodeJS+NPM (http://nodejs.org/)

  • Grunt (CLI: sudo npm install -g grunt)

INSTALL : Git (http://git-scm.com/download/mac)

INSTALL : TotalTerminal (http://totalterminal.binaryage.com/)

INSTALL : Skype (Required repermissioning the default installation from IT: http://beta.skype.com/en/download-skype/ skype-for-computer/)

INSTALL : Sass (CLI: sudo gem install sass)

INSTALL : Compass (CLI: sudo gem install compass)

CREATE : ~/.gitconfig : add user, email.

CREATE : /Sites directory for projects.

CREATE : ~/.bash-profile : Add my stock dotfile for this.

INSTALL : MAMP (http://www.mamp.info/en/index.html)

INSTALL : Sublime Text (http://www.sublimetext.com/2)

INSTALL : Homebrew (http://mxcl.github.com/homebrew/)

INSTALL : Heroku Toolbelt (https://toolbelt.heroku.com/)

INSTALL : Sequel Pro (http://www.sequelpro.com/download)

INSTALL : iStat Menu Meters (http://bjango.com/mac/istatmenus/)

INSTALL : Mou Markdown Editor (http://mouapp.com/)

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