Your cool dev environment is just a few steps away.
git clone https://github.com/DarshanKumar89/dotfile-mac.git ~/dotfiles
cd ~/dotfiles && bash install.sh
Once installation is complete, you are good to go with development in your OSX.
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
-
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.
- Tools I Use For Web Development such as browsers, terminal, editors, mac apps, chrome extensions, perf tools etc.
MIT © Darshan Kumar