'Hyper Terminal: zsh: command not found: hyper

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.



Solution 1:[1]

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.

Solution 2:[2]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mike PC
Solution 2 Nishad K