Install Nix by running following the steps on the NixOS website. Then install nix-darwin by following the instructions on its Github page.
Install cVim from here.
Update configpath to reflect the location of .cvimrc file (in dotfiles
folder). Then load it on the browser by running :source {$pathToCvimRC}.
Install Visual Studio Code from here.
Find the setting file location from here
Symlink settings.json by running
ln -s [path to dotfiles]/vscode/{settings.json,keybindings.json} [path to vscode settings.json]