diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-23 13:46:51 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-23 13:46:51 +0300 |
commit | 72dd96e58b84ce269269c7246536f04865fd9fa3 (patch) | |
tree | b86b1237f52811cff6a98a33d92254d00e854c81 /README.md | |
parent | bdf361339555139478826a061c72ce26531aa2b0 (diff) |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -111,6 +111,10 @@ Installation of Pure Power is the same regardless of your plugin manager of choi echo 'source ~/.purepower' >>! ~/.zshrc ``` +Pure Power needs to be installed _in addition_ to Powerlevel10k, not instead of it. `~/.purepower` +defines a set of configuration parameters that affect the styling of Powerlevel10k; there is no code +in it. + Read the documentation at the top of `~/.purepower` (or [here](https://github.com/romkatv/dotfiles-public/blob/master/.purepower)) to get an idea of what your prompt is capable of. You can edit the file to change your Powerlevel10k configuration. |