Hacker News new | ask | show | jobs
by sandreas 703 days ago
I personally use the following:

- MSys2 - unix tools for windows

- wsl - Windows subsystem for linux

- Powershell + Powershell ISE - windows shell + dev tool

- starship - prompt config that also works on Powershell

- scoop - package manager (similar to apt and others) installs to your user directory

- The ultimate windows utility - debloat and installer https://christitus.com/windows-tool/

- my dotfiles

I still prefer POSIX stuff, but this way it is acceptable, especially scoop package manager is the most useful tool to save time installing software without admin permissions.