aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2019-03-02 02:30:26 +0300
committerGitHub <noreply@github.com>2019-03-02 02:30:26 +0300
commit0fc12036280d35d7169e0964429a736f7ee89f40 (patch)
treef3a05295ebf2ba0ab76ff38db503922a44198caa
parent78e8b909fbf351cc1c5ffe8a7050819a463f6f7f (diff)
better structure
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index e1607c0e..06cfbcad 100644
--- a/README.md
+++ b/README.md
@@ -11,16 +11,22 @@ enjoy responsive shell like it's 80's again!
Powerlevel10k uses the same configuration options as Powerlevel9k and produces the
same results. It's simply faster. There is no catch.
-**Do not load both Powerlevel9k and Powerlevel10k themes at the same time. Variable name
-clashes will cause mayhem. Source either one or the other. Consider Powerlevel10k
-a patched fork of Powerlevel9k, which it is.**
+If you are on Linux or WSL, consider enabling [gitstatus](https://github.com/romkatv/gitstatus)
+plugin for massive performance improvement in vcs/prompt segment. It works well with Powerlevel10k.
+
+## Installation & Configuration
For installation and configuration instructions, see
[Powerlevel9k](https://github.com/bhilburn/powerlevel9k). Everything in there applies to
-Powerlevel10k as well.
+Powerlevel10k as well. Follow the installation guide, make sure everything works and you like
+the way prompt looks. Then simply replace `powerlevel9k.zsh-theme` with the one from Powerlevel10k
+([link](https://github.com/romkatv/powerlevel10k/blob/master/powerlevel9k.zsh-theme)). Or replace
+the whole `powerlevel9k` directory to gain the ability to `git pull` updates in the future. Once
+you restart zsh, your prompt will be faster.
-If you are on Linux or WSL, consider enabling [gitstatus](https://github.com/romkatv/gitstatus)
-plugin for massive performance improvement in vcs/prompt segment. It works well with Powerlevel10k.
+**Do not load both Powerlevel9k and Powerlevel10k themes at the same time. Variable name
+clashes will cause mayhem. Source either one or the other. Consider Powerlevel10k
+a patched fork of Powerlevel9k, which it is.**
## How fast is it?