mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
replace git uris with https
This commit is contained in:
parent
ab072ffe19
commit
88f3d25f90
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ If you are using oh-my-zsh, here's how you can replace Powerlevel9k with Powerle
|
||||||
# Delete the original powerlevel9k theme.
|
# Delete the original powerlevel9k theme.
|
||||||
rm -rf ~/.oh-my-zsh/custom/themes/powerlevel9k
|
rm -rf ~/.oh-my-zsh/custom/themes/powerlevel9k
|
||||||
# Put powerlevel10k in its place.
|
# Put powerlevel10k in its place.
|
||||||
git clone git@github.com:romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
|
git clone https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
|
||||||
```
|
```
|
||||||
|
|
||||||
Adjust these commands based on where your `powerlevel9k` directory is.
|
Adjust these commands based on where your `powerlevel9k` directory is.
|
||||||
|
|
Loading…
Reference in a new issue