/elessar-theme

👑 Elessar theme for Oh My Zsh!

MIT LicenseMIT

Elessar theme

Theme based on Gitster.

Elessar demo

FiraCode typography was used in this demo

Requirements

  1. z shell
  2. Oh My Zsh
  3. A Powerline Font must be installed and used in your terminal

Installation

First download Elessar theme:

  $ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/fjpalacios/elessar-theme/master/elessar.zsh-theme -L -o $ZSH_CUSTOM/themes/elessar.zsh-theme

Then set the theme in your ~/.zshrc file:

  ZSH_THEME="elessar"

Customization

Now you have a local multiline=false initial line of configuration. The default appearance is the same as always, but now you have the option to turn your favorite prompt into a multi-line one. Just by switching local multiline=false into local multiline=true.

Contribute

Feel free to send a PR to improve this theme!