Merge branch 'master' into reactive

This commit is contained in:
romkatv 2020-01-14 09:12:58 +01:00
commit f3cdf7d9ba

View file

@ -176,8 +176,9 @@ Try Powerlevel10k in Docker. You can safely make any changes to the file system
the theme. Once you exit zsh, the image is deleted. the theme. Once you exit zsh, the image is deleted.
```zsh ```zsh
docker run -e TERM -it --rm archlinux/base bash -uexc ' docker run -e TERM -it --rm debian:buster bash -uec '
pacman -Sy --noconfirm zsh git apt update
apt install -y git zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
cd ~/powerlevel10k cd ~/powerlevel10k