GotchaCode

How To Setup A Mac for Web Development.

24 Feb 2013

Macs are beautiful machine. Luckily, I own a Macbook Pro that has 8GB ram and 256GB SSD. I am a Web Developer by profession so here are some tips that you could use to setup your mac.


  • Install Xcode: Install Xcode, preferably the full version, if you might like to develop for iOS or iPad. It is a free download from App Store.
  • Install Homebrew: This is a must and it is really satisfies the need to package manager in OSX.
  • Install dotfiles: Please use dotfiles, there are many good ones already shared on Github. You can use any one of them from here. Install Dotfiles
  • Install z, oh-my-zsh: Oh my zsh is one of the best and feature rich shell, do use it with combination of z. Z is a directory jumping tool and it is really handy. Install Z
  • Install and configure a text editor: Install Sublime Text2, Vim or Emacs as your text editor. They are most extensible and powerful editors and you can configure them to satisfy all your needs. Make sure you invest sometime configuring it to your taste and needs. It will be intensely productive and satisfying experience.
  • Install Node and NPM: If you are web developer , you must have dealt with JavaScript. You must install both of them. Not only it extends the package manager needs, it is basis of other good package managers for web.
  • Install Component, Yeoman, Bower and Grunt. These are some indispensable tools that are very important for any web / web app developer.
  • Install Chrome Canary: If you want to get the best Developer tools available , install chrome canary. It is the latest and provide great support for various things such as sass, compass etc inbuilt.
  • Install Google drive and dropbox: Please keep your important stuff in cloud so that you may never loose your data again. Also, you can backup your code in Github.
  • Install SizeUP: It is one of most productive software on mac and provides such great arrangement of Windows that you will be amazed. Either buy it or install the trial version. Install Sizeup
  • Install Git and create a account on Github, if you haven't already. There is such a vibrant community on Github, mostly great web developers that if you are not updated with it.You will loose great deal of useful information.
  • Automate most of the grunt jobs you do daily. Use build tools such as Make, Cake, Jake etc. Also, learn little bit of shell scripting. It really helps in long run.
  • Install Python and the module install tools such a pip and easy_install. It is really a must.
  • Install Ruby and ROR. They have pretty good community. Just a basis google search will get you going about the install and use process.
  • Install VirtualBox, it is an invaluable thing if you have to use another OS such as Windows or Ubuntu.
I guess these are pretty exhaustive list of TODOS if you using mac for web/web-app development. I will keep updating the post if i remember any more important thing. The baseline is that macs are great piece of hardware and a pretty decent OS, so invest sometime in setting it up. It will save you tons of time and frustation. Have a good weekend, Enjoy!
Tweet