Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 542 Bytes

INSTALL.md

File metadata and controls

26 lines (17 loc) · 542 Bytes

There are 2 different ways to install Omni on Hyper.

1. Install using the hyper CLI (recommended)

$ hyper install hyper-omni-theme

2. Install using config file

Add hyper-omni-theme to the plugins list in your ~/.hyper.js config file.

plugins: [
  'hyper-omni-theme'
]

Activating theme

After installing it, you need to activate the theme. You can do so by following these steps:

  1. Start Hyper;
  2. Go to View -> Full Reload or pressing Cmd + Shft + R.