mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Add emoji theme
@@ -7,6 +7,30 @@ You can also use Github's search to find `*.zsh-theme` files:
|
|||||||
|
|
||||||
Check out the instructions [here](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes).
|
Check out the instructions [here](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes).
|
||||||
|
|
||||||
|
---
|
||||||
|
#### ✏️✅ emoji
|
||||||
|
|
||||||
|
emoji theme for [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/). simplified *robbyrussell* and replaced git prompt symbol with emoji for better clarity.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
##### Installation
|
||||||
|
|
||||||
|
Copy emoji.zsh-theme into your ```~/.oh-my-zsh/themes/``` directory
|
||||||
|
|
||||||
|
Then change current theme to emoji ```ZSH_THEME=emoji``` in your ```~/.zshrc```.
|
||||||
|
|
||||||
|
Activate a new theme with ```$ source ~/.zshrc```.
|
||||||
|
|
||||||
|
##### Syntax
|
||||||
|
- ```➜ current_dir (git_branch) <emoji indicator>```
|
||||||
|
- ✏️ Git prompt is dirty (uncommitted files)
|
||||||
|
- ✅ Git prompt is clean (committed)
|
||||||
|
|
||||||
|
source: [repo](https://github.com/masaakifuruki/emoji.zsh-theme)
|
||||||
|
|
||||||
|
author: [@masaakifuruki](https://github.com/masaakifuruki)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### passion
|
#### passion
|
||||||
|
|||||||
Reference in New Issue
Block a user