From 7870753f630ef44ab9fcac29af1820d849f5aa89 Mon Sep 17 00:00:00 2001 From: Robin Gagnon Date: Mon, 30 Dec 2019 23:19:23 -0500 Subject: [PATCH] Updated External themes (markdown) --- External-themes.md | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/External-themes.md b/External-themes.md index 7f5d3df..664bedf 100644 --- a/External-themes.md +++ b/External-themes.md @@ -9,6 +9,32 @@ Check out the instructions [here](https://github.com/ohmyzsh/ohmyzsh/wiki/Custom --- +#### 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) + +--- + #### Ducula ![Ducula Theme](https://raw.githubusercontent.com/janjoswig/Ducula/master/ducula_showcase.png) @@ -1040,13 +1066,3 @@ Clean and simple look with return status, git status and full path. Source: [chill.zsh-theme](https://github.com/PsychoPatate/chill.zsh-theme) Author: [@PsychoPatate](https://github.com/PsychoPatate) - -#### typewritten - -![typewritten](https://raw.githubusercontent.com/reobin/typewritten/master/media/demo.gif) - -Minimal. Informative. - -Source: [typewritten.zsh-theme](https://github.com/reobin/typewritten) - -Author: [@reobin](https://github.com/reobin)