Dotfiles to get you started with OS X machine for development.
Your development machine is just a few steps away.
Download and set the up the following.
-
Setup git.
-
Download and install Sublime Text 3 and Atom Editor.
git clone https://github.com/gokulkrishh/dotfiles.git && cd dotfiles && sh mac-setup.sh
Above command will install the following tools in your OS X
-
Oh My Zsh as your default in terminal.
-
Copy
.zshrc
config (check the file .zshrc more details). -
Node.JS and install node modules such as gulp, jshint, yo, generator-mocha, generator-smacss globally. (No need of sudo for global npm install)
Thats all. You are good to go with development in your OS X.
-
Plugins for Sublime and Atom.
-
Tools I use for Front-end Development such as various browsers, chrome extensions, perf tools etc.
Found a bug, file an issue or new feature give me a PR. Lets reduce the pain of setting up machine for development from scratch.