Development Setup on Windows 10

Screenshot of how my Windows 10 setup looks like Screenshot of how my Windows 10 setup looks like

Before I start, let me get something straight: No, I haven't lost my mind.

With that cleared out, let me give a little background: I've been working for years on Unix systems, first on Ubuntu (and a bunch of different distros) and recently on a Mac. I never really liked the development ecosystem for Windows. That haven't changed much, my work laptop still is a MacBook Pro, however, I've been gaming quite more often now during quarantine, so having to change between my "work" OS (Ubuntu) and my gaming OS was starting to get a little bit tiring, so I was wondering if I could get Windows 10 set the way I like to work on my personal projects.

I found this great blog post after Googling "Developer setup for Windows 10", and it really helped me get where I can work comfortably. Here's a writeup on what I did, so maybe it might be useful for someone trying to move from a Mac (or Linux) to Windows.

Install the Chocolatey package manager

I don't really use Chocolatey much, but it's useful when constantly working on Windows, also, I used it …

more ...