Emojeer
October 10, 2016 ยท View on GitHub

Requirement
This theme is intended to be used with oh-my-zsh (which depends on ZSH).
Feature
- customizable emoji icons
- customizable bio description
- customizable border line color(random 256 color by default)
Installation
-
Download the theme
curl https://raw.githubusercontent.com/lxynox/emojeer/master/emojeer.zsh-theme > ~/.oh-my-zsh/custom/themes/emojeer.zsh-theme -
Update
~/.zshrc($ZSHRC)ZSH_THEME="emojeer" -
Source $ZSHRC/Open new tabs to view changes
Display
| name | variable(src) |
|---|---|
| user | $_USER |
| host | $_USER |
| path | $_1LEFT |
| time | $_1RIGHT |
| date | $_1RIGHT |
| battery | $_1RIGHT |
| BIO | $_BIO |
| command prompt | $PROMPT |
Customization
All the emoji icons can be easily twitsted, directly edit the source file โ: vi $ZSH/custom/themes/emojier.zsh-themes and goto the Customization section.

Credit
I forked bureau as my personal oh-my-zsh theme and tweaked it appeal to personal flavour.