An oh-my-zsh theme inspired by lambda mod theme.
Named 'emo' for its use of random emoji symbols as prompt leaders, this theme brings variety to your terminal by switching to a new emoji each time you open a shell. It also offers a rich set of clear symbolic indicators for diverse Git repository states.
| Status symbol | Description |
|---|---|
| ✚ | new files or modifications added |
| ✘ | files deleted |
| ⚫︎ | files modified but unstaged |
| ↺ | files renamed |
| ☑ | stashed changes |
| ⤭ | unmerged conflicts |
| ? | untracked files |
| ⤒ | local branch ahead of remote |
| ⤓ | local branch behind remote |
| ᚶ | local branch diverged from remote |
| 🔒 | read only dir |
| ⚙️ | background jobs are running |
- zsh
- git
- oh-my-zsh
- powerline-fonts
-
Download
wget https://raw.githubusercontent.com/seamile/emo-zsh-theme/master/emo.zsh-theme -P $ZSH_CUSTOM/themesor
curl -sSfL https://raw.githubusercontent.com/seamile/emo-zsh-theme/master/emo.zsh-theme -o $ZSH_CUSTOM/themes/emo.zsh-theme -
Usage
use the
omzcommand:omz theme set emoor
Open
~/.zshrcwith an editor and manually modify the value ofZSH_THEMEtoZSH_THEME="emo"
