mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
6 lines
125 B
Bash
6 lines
125 B
Bash
|
#!zsh
|
||
|
|
||
|
source ~/.zplug/init.zsh
|
||
|
zplug "${HOME}/p9k", use:"powerlevel9k.zsh-theme", from:local, as:theme
|
||
|
zplug load --verbose
|