formatting

pull/27/head
romkatv 6 years ago
parent 4c713dae6c
commit 53687dc51b

@ -123,12 +123,9 @@ When you are done playing, `rm -rf /tmp/powerlevel10k` and exit zsh.
You can try Powerlevel10k in Docker (Linux only). Once you exit zsh, the image is deleted. You can try Powerlevel10k in Docker (Linux only). Once you exit zsh, the image is deleted.
```zsh ```zsh
docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -c ' docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -uexc '
set -uex apt update && apt install -y zsh git
apt update git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
apt install -y zsh git
cd
git clone https://github.com/romkatv/powerlevel10k.git
echo " echo "
# Your prompt configuration goes here. # Your prompt configuration goes here.
POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_PROMPT_ON_NEWLINE=true

Loading…
Cancel
Save