|
|
|
Ask HN: Windows Dev Setup?
|
|
20 points
by iansowinski
1516 days ago
|
|
I just landed a job where the only OS to choose from is Windows. As an experienced Linux and macOS user, it sounds challenging, but I see it as an opportunity.
Is there anybody with similar experience (web apps development on Windows)? Can you share some bits of advice, tools, and setup? |
|
1. Use Chocolatey (winget is still new). You can setup everything via it, and I mean everything - node, postgre, docker, vscode, all browsers, selenium and drivers etc.
2. Learn Powershell, but learn it really good. Adopt PowerShell build system Invoke-Build
3. Install better terminal - ConEmu or Windows terminal
4. Enrich Windows using FOSS and cross platform tools: choco install copyq, flameshot, less, fzf, paint.net, git, tortoisegit, winscp, kitty, screentogif, sysinternals, wiztree, gsudo, lockhunter, signal, viber, slack
5. Disable Windows Defender and use some debloater (controversial, but I do it, and system is at least x2-x5 faster). I use https://github.com/W4RH4WK/Debloat-Windows-10 along with ShutUp10 tool.
6. Install the best search engine in the world: cinst everything
Enjoy, its awesome.