mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
docs
This commit is contained in:
parent
2533d0aac8
commit
496ac69dfb
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -19,24 +19,25 @@ plugin for additional performance improvement in the vcs/prompt segment.
|
||||||
For installation and configuration instructions see
|
For installation and configuration instructions see
|
||||||
[Powerlevel9k](https://github.com/bhilburn/powerlevel9k). Everything in there applies to
|
[Powerlevel9k](https://github.com/bhilburn/powerlevel9k). Everything in there applies to
|
||||||
Powerlevel10k as well. Follow the official installation guide, make sure everything works
|
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
|
and you like the way prompt looks. Then simply replace the content of your `powerlevel9k`
|
||||||
the one from Powerlevel10k
|
directory with Powerlevel10k. Once you restart zsh, your prompt will be faster. No
|
||||||
([link](https://github.com/romkatv/powerlevel10k/blob/master/powerlevel9k.zsh-theme)).
|
configuration changes are needed.
|
||||||
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 using oh-my-zsh, here's how you can replace Powerlevel9k with Powerlevel10k.
|
If you are using oh-my-zsh, here's how you can replace Powerlevel9k with Powerlevel10k.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
# Delete the powerlevel9k theme.
|
# Delete the original powerlevel9k theme.
|
||||||
rm -rf ~/.oh-my-zsh/custom/themes/powerlevel9k
|
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
|
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
|
Adjust these commands based on where your `powerlevel9k` directory is.
|
||||||
clashes will cause mayhem. Source either one or the other. Consider Powerlevel10k
|
|
||||||
a patched fork of Powerlevel9k, which it 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?
|
## How fast is it?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue