Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 619 Bytes

INSTALL.md

File metadata and controls

21 lines (14 loc) · 619 Bytes

Install using Git

If you are a git user, you can install the theme by cloning the repo:

$ git clone https://github.com/getomni/alacritty.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. Copy the omni.yml file to your alacritty config folder - ~/.config/alacritty for example
  2. Edit the Alacritty config file by adding:
import:
  - ~/.config/alacritty/omni.yml
  1. Alacritty reloads the config automagically