From 42d5b9ccacd211f67453df5ab4a1be5cfa3dfab9 Mon Sep 17 00:00:00 2001 From: Ryota Sasaki <92205270+philip82148@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:18:21 +0900 Subject: [PATCH] feat(External-Themes): add simplerich theme (#40) --- External-themes.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/External-themes.md b/External-themes.md index f310d7b..5adb308 100644 --- a/External-themes.md +++ b/External-themes.md @@ -10,6 +10,36 @@ 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). +--- +
+ +### Simplerich Theme + +#### *Informative Git Status, Anaconda Environment Info and Command Execution Time.* + +![Simplerich](https://github.com/philip82148/simplerich-zsh-theme/blob/main/readme/demo.png) + +
+ +#### Features + +You can see the followings at once: + +- Real Time +- Login User +- Working Directory +- Anaconda's Environment Name +- Rich Git Status + +After command execution, you can see also: + +- Command Execution Time +- Success/Error Hint + +#### Install: [Install](https://github.com/philip82148/simplerich-zsh-theme#install) +#### Source: [simplerich-zsh-theme](https://github.com/philip82148/simplerich-zsh-theme) +#### Author: [@philip82148](https://github.com/philip82148) + ---