-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include zsh and tmux from cygwin #194
Comments
👍 cmder with zsh <3 ping @Bliker is this hard ? I can do it if you help me a little bit |
+1 |
See the wiki page about integrating cygwin and thus zsh & tmux. |
This is not a closed issue, the main idea is not "how to integrate zsh and cygwin", but about a complete support of zsh out of box. Please, re-open this @MartiUK , if I misunderstood the point I will open a new issue. |
@mickaelandrieu I'm trying to keep cmder as a basic platform for people to add things onto it, I don't want to distribute anything other than the basics (cmd, powershell for example). As I put into the contributing.md, it might be useful for you and for what you're doing but for the other 1000s of people using cmder it will just be wasted space/download. |
Ok. Thanks for your answer. |
You could possibly look at using your own sources.json that includes what you need to incorporate the zsh task in conemu. There's been some talk about including chocolatey, would that help you get the packages you need? When PSv5 ships it will probably have what we need natively. |
I think we need more a wiki to help integrate the packages we need than a complete "big" cmder. |
@mickaelandrieu I have recently made a guide on the wiki to integrate cygwin, you can use zsh + tmux through that? |
@MartiUK I will take a look to the guide asap, thank you :) |
@MartiUK after following your tutorial, I just had to change cygwin.bat to run |
@UltCombo I have installed zsh through apt-cyg but when I put your command into cygwin.bat, cygwin is unable to find zsh... any idea ? |
Oh, I had already installed zsh via Oh My Zsh. |
You can also bypass the bat file and start it via "C:\Cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico /bin/zsh --login" although is uses mintty instead of the regular terminal renderer. The integration via xhere instructions seem to messup my fancy prompt making it double width (it autoexpands to fill a line). |
No description provided.
The text was updated successfully, but these errors were encountered: