mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
8 lines
137 B
Bash
8 lines
137 B
Bash
|
#!/usr/bin/zsh
|
||
|
|
||
|
git clone https://github.com/bhilburn/powerlevel9k.git
|
||
|
|
||
|
echo "
|
||
|
source powerlevel9k/powerlevel9k.zsh-theme\n
|
||
|
" > ~/.zshrc
|