mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
replace ubuntu with archlinux in the docker command; it's faster to install
This commit is contained in:
parent
6f11dca7d3
commit
2862e5f395
1 changed files with 3 additions and 3 deletions
|
@ -155,9 +155,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 LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM -it --rm ubuntu bash -uexc '
|
docker run -e LANG=en_US.utf8 -e TERM -it --rm archlinux/base bash -uexc '
|
||||||
cd && apt update && apt install -y zsh git
|
pacman -Sy --noconfirm zsh git
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git
|
git clone 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
|
||||||
exec zsh'
|
exec zsh'
|
||||||
|
|
Loading…
Reference in a new issue