0

I just installed Oh My Zsh (Hyper) by following the instructions on How to Install Oh My Zsh! on Windows 10 Home Edition. I use it on Windows 10, but there are some issues that does not let me use it properly:

Here is my settings file of Hyper:

// shell: 'C:\\Users\\<username>\\AppData\\Local\\Microsoft\\WindowsApps\\ubuntu2004.exe', //for cmd
shell: 'C:\\Program Files\\Git\\git-cmd.exe', //for Git

// shellArgs: [], //for cmd
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'], //for Git

1. I am wondering is it possible to use different terminal on different tabs as I can use in cmder?

2. Is there any feature to save last opened tabs after closing?

1 Answer 1

0

Unless you need Hyper for a specific reason, I recommend Windows Terminal. I use it with Oh My Zsh in Ubuntu WSL2.

I use the font Caskaydia Cove from Nerd Fonts.

I use the agnoster theme but there are many others available.

For using different terminals in different tabs, it is a built-in Windows Terminal feature, but for Hyper you can try this.

For saving and loading last opened tabs, it looks like both Hyper and Windows Terminal are working on the feature, but neither are ready yet.

10
  • Thanks, I tried Windows Terminal and yes the new version is really great. Actually the reason that I want to use Hyper is to get a great theme as shown on this link. If it is possible to get the same look, then of course I would prefer to use Windows Terminal. Is it possible? And how?
    – Jack
    Commented Apr 17, 2021 at 11:39
  • By the way, Nerd Fonts seems good, but I did not see Caskaydia Code.
    – Jack
    Commented Apr 17, 2021 at 11:39
  • its the 4th font down on the right
    – Skarfie123
    Commented Apr 17, 2021 at 11:50
  • what is that theme called? you might find something similar here
    – Skarfie123
    Commented Apr 17, 2021 at 11:53
  • Perfect explanations, many thanks. On the other hand, I think I can reach the same result by using Windows Terminal instead of Hyper. So, could you please suggest a proper example about installation Oh My Zsh and Windows Terminal on Windows 10? There are many useless article and now I am looking jondjones.com/tactics/productivity/…
    – Jack
    Commented Apr 17, 2021 at 13:08

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .