3
powerlevel10k notes
Charles Hawley edited this page 2020-05-25 15:36:53 -04:00

Install powerlevel10k (.zsh prompt)

First run

On the first run, Powerlevel10k configuration wizard will ask you a few questions and configure your prompt. If it doesn't trigger automatically, type p10k configure. You can further customize your prompt by editing ~/.p10k.zsh.

Oh My Zsh

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k

Set ZSH_THEME=powerlevel10k/powerlevel10k in your ~/.zshrc.

Update p10k

Installation Update command
Manual git -C ~/powerlevel10k pull
Oh My Zsh git -C $ZSH_CUSTOM/themes/powerlevel10k pull

Reference