0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Update typewritten's theme info

Robin Gagnon 2020-05-23 13:02:20 -04:00
parent a036a0ebb3
commit 29fc19495b

@ -7,6 +7,38 @@ 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).
---
#### typewritten
A minimal, lightweight, informative zsh prompt theme
![typewritten](https://github.com/reobin/typewritten/blob/master/media/typewritten-demo.gif?raw=true)
**Features**
- Current directory
- Current git branch
- Return code
- Various customization options
- Prompt layout
- Prompt symbol
- Constant display of git home directory
- Cursor
- Prefix on right prompt
- git status indicators
- ``?``   — untracked change(s);
- ``+``   — staged change(s);
- ``!``   — file(s) modified in the repo;
- ``»``   — renamed file(s);
- ``—``   — deleted file(s);
- ``$``   — stashed change(s);
- ``#``   — unmerged change(s);
- ``•|`` — behind of remote branch;
- ``|•`` — ahead of remote branch;
Source: [typewritten.zsh-theme](https://github.com/reobin/typewritten)
Author: [@reobin](https://github.com/reobin)
---
#### passion
@ -53,29 +85,6 @@ Source: [daivasmara.zsh-theme](https://github.com/Daivasmara/daivasmara.zsh-them
Author: [@Daivasmara](https://github.com/Daivasmara)
#### typewritten
![typewritten](https://raw.githubusercontent.com/reobin/typewritten/master/media/demo.gif)
Minimal. Informative.
**Features**
- Current directory
- Current git branch
- Git status indicators:
- ``?``   — untracked change(s);
- ``+``   — staged change(s);
- ``!``   — file(s) modified in the repo;
- ``»``   — renamed file(s);
- ``—``   — deleted file(s);
- ``$``   — stashed change(s);
- ``#``   — unmerged change(s);
- ``•|`` — behind of remote branch;
- ``|•`` — ahead of remote branch;
Source: [typewritten.zsh-theme](https://github.com/reobin/typewritten)
Author: [@reobin](https://github.com/reobin)
---