From 2527617df49decc240d3ccf2de60dee025267b7e Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Sat, 13 May 2023 11:46:09 +0200 Subject: [PATCH] Add links to zplug and oh-my-zsh --- readme.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.org b/readme.org index 1358dc8..e9e8277 100644 --- a/readme.org +++ b/readme.org @@ -1,7 +1,7 @@ #+TITLE: min-percent zsh theme - a minimalist zsh theme with a % or # sign as the prompt terminator * Description -Minimalist zsh theme with a % or # sign as the prompt terminator. +Minimalist zsh theme with a *%* or *#* sign as the prompt terminator. Below is a screen shot demonstrating all of the possible prompt states (excluding when running as root user, where the „%” at the end of the prompt changes to „#”). @@ -13,13 +13,13 @@ Below is a screen shot demonstrating all of the possible prompt states (excludin * Installation instructions ** Requirements Error indicator is shown using a unicode emoji character - it was tested with Noto Color Emoji font. Git repository symbol uses Powerline glyph (0xe0a0) - make sure your monospace font can display it or change the character to your liking in the source. -** Using zplug +** Using [[https://github.com/zplug/zplug][zplug]] - Clone the repository to chosen location (assuming =~/Src/zsh-theme-min-percent=) - Add zplug directive to load theme: #+begin_src shell zplug "~/Src/zsh-theme-min-percent", use:"min-percent.zsh-theme", from:local, as:theme #+end_src -** Using oh-my-zsh +** Using [[https://ohmyz.sh/][oh-my-zsh]] - Clone the repository to chosen location (assuming =~/Src/zsh-theme-min-percent=) - Copy theme file so Oh-My-ZSH can find it: #+begin_src shell