1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00
This commit is contained in:
romkatv 2019-03-02 16:19:36 +01:00
parent 2134eaa427
commit 8f34780b33

View file

@ -25,9 +25,12 @@ the one from Powerlevel10k
Or replace the whole `powerlevel9k` directory to gain the ability to `git pull` updates 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. 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 ```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 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 git clone git@github.com:romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
``` ```