diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-14 17:38:12 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-14 17:38:12 +0300 |
commit | 53687dc51b815e98137f522e663aaa83cbc6b7a6 (patch) | |
tree | c2fa012853f7cb70fe75db65aae2590533c79e37 | |
parent | 4c713dae6c205cbebeeb4212f46153b3a5beaeb0 (diff) |
formatting
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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. ```zsh -docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it --rm ubuntu bash -c ' - set -uex - apt update - apt install -y zsh git - cd - git clone https://github.com/romkatv/powerlevel10k.git +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 + git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo " # Your prompt configuration goes here. POWERLEVEL9K_PROMPT_ON_NEWLINE=true |