diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-03-02 19:44:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-02 19:44:18 +0300 |
commit | 496ac69dfb7ba6a3dbd4ee3e6e324131a7c34480 (patch) | |
tree | 42ded3242829baa338377c96e71726268c111087 /README.md | |
parent | 2533d0aac898431ad2b80fcb498f3a25828d45ee (diff) |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -19,24 +19,25 @@ plugin for additional performance improvement in the vcs/prompt segment. For installation and configuration instructions see [Powerlevel9k](https://github.com/bhilburn/powerlevel9k). Everything in there applies to Powerlevel10k as well. Follow the official installation guide, make sure everything works -and you like the way prompt looks. Then simply replace file `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. +and you like the way prompt looks. Then simply replace the content of your `powerlevel9k` +directory with Powerlevel10k. Once you restart zsh, your prompt will be faster. No +configuration changes are needed. If you are using oh-my-zsh, here's how you can replace Powerlevel9k with Powerlevel10k. ```zsh -# Delete the powerlevel9k theme. +# Delete the original powerlevel9k theme. rm -rf ~/.oh-my-zsh/custom/themes/powerlevel9k -# Put powerlevel10k on its place. +# Put powerlevel10k in its place. git clone git@github.com:romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel9k ``` -**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.** +Adjust these commands based on where your `powerlevel9k` directory is. + +Alternatively, you can place `Powerlevel10k` in `powerlevel10k` directory and modify +the theme name in your `.zshrc`. **However, do not load both Powerlevel9k and Powerlevel10k +themes at the same time. Variable name clashes will cause mayhem. You can source either +one or the other. Consider Powerlevel10k a patched fork of Powerlevel9k, which it is.** ## How fast is it? |