Can’t think of any applications that I use in Linux that aren’t available on Windows.
A lot of terminal apps tend to skip windows, ungoogled chromium doesn’t have a official windows release
Well, they can compile, usually it’s under MIT, AGPL etc
People telling you “I would like to use a Mac so much but I need Windows”. Well fuck you Tiffany I dont care
Honestly I’d love for more Linux-only apps to be available on Windows, so, when I’m forced to use it, I can still get the same awesome libre apps I’m enjoying on Linux.
Despite that, I still haven’t had the balls to open a single issue anywhere to support Windows 👀Just use WSL
Are there any simple instructions. I swear everything is seen just goes over my head.
WSL is really easy to setup by now. In the beginning it was really terrible.
Now all you need to do (if you are fine with Ubuntu) is open CMD with admin rights and input
wsl --install
.If you want another distro, it’s
wsl -l -o
to check the available distros andwsl --install -d
to install it.More documentation here: https://learn.microsoft.com/en-us/windows/wsl/install