@nostupidquestions @ij could l possibly carry out all my command line functions on my windows desktop after installing the vs code ??
I also wish to install fish and zsh on my windows desktop, and make it work more like a debian computer ??😄😄😄
Submitted 2 days ago by codewizard@hear-me.social to [deleted]
@nostupidquestions @ij could l possibly carry out all my command line functions on my windows desktop after installing the vs code ??
I also wish to install fish and zsh on my windows desktop, and make it work more like a debian computer ??😄😄😄
As I understand, VS Code is a code editor that has a built in terminal. On Windows, it uses the terminal for Windows, Powershell, by default (so you are able to use Windows-specific commands). So no, VSCode does not let you install fish or zsh by itself.
However, if you were to install either Windows Subsystem for Linux (WSL) or something like MSYS2, you would be able to emulate a Linux terminal and install zsh, fish, etc. as well as use other Linux-specific command line utilities. On VSCode, after you install WSL, you select the + icon in the terminal subwindow and click on the terminal you want (in this case, WSL) instead of Powershell. So if you install that, you are able to use zsh and fish in VSCode.
However, I would highly recommend trying to install Linux if you are able to (i.e. not a work machine or something like that). Most application work or have solid alternatives on Linux, or can be run with Wine, especially programming stuff, most of that is here. Gaming on Linux has also improved significantly over the years, so if you need that, Wine and Proton are awesome. On Linux, you have way more freedom to install applications, the file system is so much nicer in my opinion, and you can interchange between different parts as it’s modular. Don’t like the GUI? You can install a new one. The power manager isn’t working? Try a different one, etc.
If you need distro recommendations, I would suggest Linux Mint (either Ubuntu base or LMDE is fine) as it makes things super easy, and Cinnamon is close in appearance to Win10 too (while being plenty customisable). If you do more gaming, there’s loads of options (Bazzite, Nobara, etc)
CachyOS and other Arch-based distros are cool, but I would suggest you run stable release options first before diving into rolling release. This is coming from a happy user of EndeavourOS, another Arch-based distro.
one_old_coder@piefed.social 2 days ago
The first question does not make sense. For fish and zsh, install WSL.