VSCode Dotfiles

Installation

  1. Download vscode https://code.visualstudio.com/Download
  2. Open the user folder %appdata%/code/user
  3. Clone Settings from git repo
git init
git remote add origin https://github.com/incoggnito/vscode-settings
git pull origin main

Update the extensions File

code --list-extensions > lextensions.vsix
  1. Run extensions.sh