Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.56 KB

dotfiles

Dotfiles to get you started with OS X machine for development.

Your development machine is just a few steps away.

OS X

Before Install

Download and set the up the following.

  1. Setup git.

  2. Download and install Sublime Text 3 and Atom Editor.

Install

git clone https://github.com/gokulkrishh/dotfiles.git && cd dotfiles && sh mac-setup.sh

Installation process

Above command will install the following tools in your OS X

  1. Oh My Zsh as your default in terminal.

  2. Copy .zshrc config (check the file .zshrc more details).

  3. Homebrew.

  4. 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.

Extra tools (Install from below link)

  1. Plugins for Sublime and Atom.

  2. Editor configuration for Atom and Sublime.

  3. Tools I use for Front-end Development such as various browsers, chrome extensions, perf tools etc.

Bugs or Features Improvement

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.