This is a method to use linux comandline on a windows device. windows uses ubuntu command line which is debian, which is arguably the best terminal set we can get. Windows provides official support for this: https://learn.microsoft.com/en-us/windows/wsl/install
Installation
To install this, you just need powershell and an administrator account.
then simply type the command:
wsl --install
Restart the computer.
Then, go to “Turn Windows Features On or Off”
And enable the following features:
Restart the computer again.
Open Ubuntu
And then make your linux user.
Now you can use Ubuntu commands
Multiple Distros
You are not limited to debian-based commands. You may also want to use void or arch commands.
To see all installed distros, type: wsl -l
If you want arch, it is going to be a hassle:
https://blog.depau.eu/2020/03/05/installing-arch-wsl-manually/