Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
osx
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dotfiles

Your cool dev environment is just a few steps away.

Clone the repo

git clone https://github.com/DarshanKumar89/dotfile-mac.git ~/dotfiles

Install (OSX)

cd ~/dotfiles && bash install.sh

Once installation is complete, you are good to go with development in your OSX.

Optional (setup NPM config)

Add your email, username for npm global config

npm config set init.author.name "Your name" ## Replace it with your name
npm config set init.author.email "Your email id" ## Replace it with your email id

screenshot

Features

Extra

Licence

MIT © Darshan Kumar

You can’t perform that action at this time.