Hyper Terminal: zsh: command not found: hyper
Asked Answered
S

4

8

I am using hyper terminal. I wrote the following code to change the theme, but it gave the following error.

Command to change theme: hyper i verminal

zsh: command not found: hyper

How can I solve this?

Thanks in advance.

Serica answered 22/8, 2021 at 19:8 Comment(1)
By putting the directory, where hyper is stored, into the path array.Felicidad
T
21

I had this problem too. After some tinkering, this command worked for me (assuming you have the hyper app in the mac applications folder):

sudo ln -s "/Applications/Hyper.app/Contents/Resources/bin/hyper" /usr/local/bin/hyper

I used this answer from another question about how to get Sublime Text's zsh command working.

Tameka answered 3/11, 2021 at 19:10 Comment(0)
I
5

On macOS Monterey the way to install new themes is to click on Tools at the menu bar in Hyper, then Install Hyper CLI command in PATH, then it will allow you to install said theme from the Hyper website such as "hyper i verminal", you will then see a message saying that verminal has been installed successfully.

Identic answered 1/8, 2022 at 20:43 Comment(0)
G
3

For MacOS simply navigate the toolbar: Plugins > Install Hyper CLI command in PATH

Geriatrics answered 16/3, 2023 at 17:49 Comment(0)
P
0

Add its bin path to system variable. And then install the themes. Worked for me.

Preussen answered 7/5, 2022 at 9:9 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Dimple

© 2022 - 2024 — McMap. All rights reserved.