DEV Community

Discussion on: Installing ZSH on Windows

Collapse
 
mburszley profile image
Maximilian Burszley • Edited

I'm uncertain why you'd go through the trouble of using cygwin/cmder when you can use WSL2+Terminal and have a native experience.

Collapse
 
zinox9 profile image
Arjun Porwal • Edited

Let me help you through this , I have specific reasons for not using WSL
Reason 1 - I will have to install Full linux shell in my windows
Reason 2 - The setup and usage of WSL was not easy to understand
Conclusion I simply preferred this way , cause I found it easier and I didn't have to install full linux shell in windows for just oh-my-zsh. Though If anyone does want a full native experience they can prefer WSL way too.

Collapse
 
mburszley profile image
Maximilian Burszley

Let me help you through this

I don't know if English is your first language, but that phrase is extremely condescending.

Reason 1 - I will have to install Full linux shell in my windows

You're already doing that with Cygwin.

Reason 2 - The setup and usage of WSL was not easy to understand

It's a Windows feature and then you install a distro through the Store. You're doing way more work in your post than what it takes to get it set up otherwise.

Thread Thread
 
zinox9 profile image
Arjun Porwal • Edited

I didn't mean the phrase that way, its all cool.
Ohkay so , with the help of Cygwin I am just installing apt-cyg , to install zsh & git that's all. The other packages are user's choice. But For WSL I have to go to windows store and install Full Ubuntu Shell Package .
Yes WSL is a windows feature, and some people might find it easier to set it up for their usage, I agree with that. It's just a matter of choice , for me it was easier to Find and Do it this way , and just shared it with others.
As I said Before, If anyone wants they can prefer going WSL way, this way isn't a compulsory.
Though thanks for listing this other way too here, it can help many more people 😊🤘

Collapse
 
hawtre profile image
hawtre

What do you mean by full Linux shell? You'd have to install zsh regardless, no?

Thread Thread
 
zinox9 profile image
Arjun Porwal • Edited

By Full Linux Shell I mean that , for the WSL way I will have to install Full Ubuntu Package (or whichever distro you prefer) just to use ZSH, in this way I am just installing apt-cyg package and then zsh that's it.
It's as simple as that and a matter of choice for the user, not a compulsory to go my way only. Just sharing what I found.