dotfiles
Dotfiles & automation script to set up dev environment
Description
This project helps set up the following on a new / existing machine (Tested on MacOS):
- HomeBrew
- VSCode extensions
- zshrc
- gitConfig
- FiraCode
- Project Boilerplate
Setting things up
-
Clone this repository
-
If node is not already set up on the machine, execute the
getNode.sh
script to install nvm, which in turn installs the latest node version. -
Once node is set up on the machine, install the dependencies for this project using
npm install
. -
Run
node setup
to start the setup process. Multiple options can be selected at once. Each step is synchronous.