mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
make docker commands the same as the official installation instructions; otherwise people might copy them and use instead of the normal install
This commit is contained in:
parent
db70d1a59f
commit
be48993469
1 changed files with 3 additions and 2 deletions
|
@ -123,8 +123,9 @@ 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=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM -it --rm ubuntu bash -uexc '
|
||||||
cd && apt update && apt install -y zsh git
|
cd && apt update && apt install -y zsh git
|
||||||
git clone --depth 1 https://github.com/romkatv/powerlevel10k.git
|
git clone https://github.com/romkatv/powerlevel10k.git
|
||||||
echo "source ~/powerlevel10k/config/p10k-lean.zsh" >>~/.zshrc
|
cp ~/powerlevel10k/config/p10k-lean.zsh ~/
|
||||||
|
echo "source ~/p10k-lean.zsh" >>~/.zshrc
|
||||||
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