There are 2 different ways to install Omni on Hyper.
$ hyper install hyper-omni-theme
Add hyper-omni-theme
to the plugins list in your ~/.hyper.js
config file.
plugins: [
'hyper-omni-theme'
]
After installing it, you need to activate the theme. You can do so by following these steps:
- Start Hyper;
- Go to
View -> Full Reload
or pressingCmd + Shft + R
.