mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
typo
This commit is contained in:
parent
5fc4c6b826
commit
4b273dd745
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ while trying out Powerlevel10k. Once you exit zsh, the image is deleted.
|
||||||
docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc '
|
docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc '
|
||||||
apt update && apt install -y zsh git curl
|
apt update && apt install -y zsh git curl
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||||
cd && curl -fsSL https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
|
cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
|
||||||
echo "
|
echo "
|
||||||
# Replace fancy with portable if your font cannot render some characters.
|
# Replace fancy with portable if your font cannot render some characters.
|
||||||
# Remove the line altogether to see the default Powerlevel10k prompt.
|
# Remove the line altogether to see the default Powerlevel10k prompt.
|
||||||
|
|
Loading…
Reference in a new issue