Skip to content

DarshanKumar89/dotfiles-mac

Repository files navigation

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