/developer

This repository is a set of developer scripts used in Windows and Linux for making development using VS Code and Visual Studio simpler.

Primary LanguagePowerShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This repository is a set of developer scripts used in Windows and Linux for making development using VS Code and Visual Studio simpler.

Windows

To source these on powershell start, simply run the following commands:

  • Open $profile:

    notepad $profile

  • Paste in:

    # Source developer scripts

    . <folder path to this repo, e.g. C:\Users\jsmrc\Documents\Git\developer\source.ps1>

  • Save file