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-theme
Then set the theme in your ~/.zshrc file:
ZSH_THEME="elessar"
Feel free to send a PR to improve this theme!