From 29fc19495be5d30d85a5da992b39c06578a71172 Mon Sep 17 00:00:00 2001 From: Robin Gagnon Date: Sat, 23 May 2020 13:02:20 -0400 Subject: [PATCH] Update typewritten's theme info --- External-themes.md | 55 +++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/External-themes.md b/External-themes.md index 126b4f0..4b91191 100644 --- a/External-themes.md +++ b/External-themes.md @@ -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) ---