From 177a4628b9d85574f929fe11d3f883cfd0d0a18c Mon Sep 17 00:00:00 2001 From: philip82148 <92205270+philip82148@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:52:16 +0900 Subject: [PATCH] fix typos --- README.md | 10 +++++----- {reademe => readme}/color.png | Bin {reademe => readme}/demo.png | Bin {reademe => readme}/font.png | Bin {reademe => readme}/simpler-git-status.png | Bin {reademe => readme}/status_0.png | Bin {reademe => readme}/status_1.png | Bin 7 files changed, 5 insertions(+), 5 deletions(-) rename {reademe => readme}/color.png (100%) rename {reademe => readme}/demo.png (100%) rename {reademe => readme}/font.png (100%) rename {reademe => readme}/simpler-git-status.png (100%) rename {reademe => readme}/status_0.png (100%) rename {reademe => readme}/status_1.png (100%) diff --git a/README.md b/README.md index cc78f12..9fa070f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An oh-my-zsh theme. -![demo.png](./reademe/demo.png) +![demo.png](./readme/demo.png) ### Features @@ -45,7 +45,7 @@ source path/to/where_u_want_to_clone_the_repo/simplerich-zsh-theme/zsh-git-promp - These must be BEFORE the line `source $ZSH/oh-my-zsh.sh` in `~/.zshrc`. - Change the path of `source .../zsh-git-prompt/zshrc.sh` according to your environment. - If you comment out `source .../zsh-git-prompt/zshrc.sh` or you cannot use `python` command, you can use a simpler git status like the following: - ![simpler-git-status.png](./reademe/simpler-git-status.png) + ![simpler-git-status.png](./readme/simpler-git-status.png) 1. Load ~/.zshrc. @@ -88,16 +88,16 @@ See Also: [Overriding and adding themes](https://github.com/ohmyzsh/ohmyzsh/wiki - iTerm2: Settings -> Profiles -> Colors -> Color Presets -> Import `./simplerich.itermcolors` - ![color.png](./reademe/color.png) + ![color.png](./readme/color.png) - Alternate terminal: Try [Alternate terminal installation and configuration](https://iterm2colorschemes.com/). #### Status Bar - iTerm2: Settings -> Appearance && settings -> Profiles -> Session -> Configure Status Bar - ![status_0.png](./reademe/status_0.png) ![status_1.png](./reademe/status_1.png) + ![status_0.png](./readme/status_0.png) ![status_1.png](./readme/status_1.png) #### Font - Install [JetBrains Mono](https://www.jetbrains.com/lp/mono/). - iTerm2: Settings -> Appearance && settings -> Profiles -> Text -> Font - ![font.png](./reademe/font.png) + ![font.png](./readme/font.png) diff --git a/reademe/color.png b/readme/color.png similarity index 100% rename from reademe/color.png rename to readme/color.png diff --git a/reademe/demo.png b/readme/demo.png similarity index 100% rename from reademe/demo.png rename to readme/demo.png diff --git a/reademe/font.png b/readme/font.png similarity index 100% rename from reademe/font.png rename to readme/font.png diff --git a/reademe/simpler-git-status.png b/readme/simpler-git-status.png similarity index 100% rename from reademe/simpler-git-status.png rename to readme/simpler-git-status.png diff --git a/reademe/status_0.png b/readme/status_0.png similarity index 100% rename from reademe/status_0.png rename to readme/status_0.png diff --git a/reademe/status_1.png b/readme/status_1.png similarity index 100% rename from reademe/status_1.png rename to readme/status_1.png