commit 08e0c015310d7befa8b40f6989236b341b6a46ad Author: 0x17 <post@nerdbude.com> Date: Wed, 29 Nov 2023 12:46:38 +0000 add files Diffstat:
| A | README.md | | | 7 | +++++++ |
| A | unit1.zsh-theme | | | 7 | +++++++ |
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +# Unit-1 (zsh theme) + +A small zsh shell theme. +Just download the theme, move it to yout zsh-themes folder and set the theme in your .zshrc + +The Unit-1 Theme is also available via the great "awesome-zsh-plugin" repository now: +[AWESOME ZSH PLUGINS](https://www.github.com/unixorn/awesome-zsh-plugins) (thank you) diff --git a/unit1.zsh-theme b/unit1.zsh-theme @@ -0,0 +1,7 @@ +# UNIT-1 ZSH Theme +# HTTPS://WWW.NERDBUDE.COM + +PROMPT=$'%{\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%m%{\e[1;30m%}%{\e[0;34m%}%B]─[%d]%{\e[0m%} +%{\e[0;34m%}%B├─[%b%{\e[1;32m%}%"%*%{\e[0;34m%}%B]%b%{\e[0m%} +%{\e[0;34m%}%B└─%B[%{\e[1;31m%}~%{\e[0;34m%}%B]%{\e[0m%}%b ' +