Theme based on Gitster.
FiraCode typography was used in this demo
- z shell
- Oh My Zsh
- A Powerline Font must be installed and used in your terminal
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-themeThen set the theme in your ~/.zshrc file:
ZSH_THEME="elessar"
Multiline:
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.
Directory first:
With local directoryFirst=false in config file, you can change the prompt's elements position to be like rubbyrussel theme. For this porpose, just switch local directoryFirst=false into local directoryFirst=true
Feel free to send a PR to improve this theme!
