diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-02 18:19:36 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-02 18:19:36 +0300 |
commit | 8f34780b330d980dc11e23e1e18167c714ac490d (patch) | |
tree | 000fac5db692787f870f28017b54c40956b70cec /README.md | |
parent | 2134eaa4276d2214221fc9ba62ce2bed8d0ff2dd (diff) |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,9 +25,12 @@ the one from Powerlevel10k 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. + ```zsh -# Assuming oh-my-zsh at the standard location. Adjust to your circumstances. +# Delete the powerlevel9k theme. rm -rf ~/.oh-my-zsh/custom/themes/powerlevel9k +# Put powerlevel10k on its place. git clone git@github.com:romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel9k ``` |