Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active March 24, 2021 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/0198e1ab5b7cd0641ff3fec73c5f9932 to your computer and use it in GitHub Desktop.
Save tonysneed/0198e1ab5b7cd0641ff3fec73c5f9932 to your computer and use it in GitHub Desktop.
Windows Dev Setup

Windows Dev Setup

Basics

  • .NET SDK
  • Visual Studio Code
    • Exensions: WSL, C#, Docker, Yaml, Dapr, Bracket Pair Colorizer 2, Git History, Git Lens, Markdown (All-inOne, Shortcuts, Preview Enhanced)
    • Preferences: Restore Windows (None)
  • Git for Windows
    • Select VS Code as default editor
  • Enable Curl: add to user PATH env var "C:\Program Files\Git\mingw64\bin"
  • Docker Desktop with WSL 2, Ubuntu
  • Windows Terminal
    • Configure with preferred settings
  • NodeJS (without tools)
  • Postman
  • NuGet Package Explorer

Dev

  • SQL Server Management Studio
  • Visual Studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment