dotfiles
Your cool dev environment is just a few steps away.
Clone the repo
git clone https://github.com/DarshanKumar89/dotfile-mac.git ~/dotfilesInstall (OSX)
cd ~/dotfiles && bash install.shOnce 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 idFeatures
-
Get custom zsh theme (dracula), colors & font for terminal.
-
Set Oh My Zsh as your default in terminal.
-
Some awesome Shortcuts, Aliases & lot more.
-
My VSCode Editor custom configurations.
Extra
- Tools I Use For Web Development such as browsers, terminal, editors, mac apps, chrome extensions, perf tools etc.
Licence
MIT © Darshan Kumar

