mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-02-13 22:44:27 +01:00
8 lines
119 B
Docker
8 lines
119 B
Docker
![]() |
FROM p9k:base
|
||
|
|
||
|
COPY docker/zgen/install.zsh /tmp/
|
||
|
RUN zsh /tmp/install.zsh
|
||
|
|
||
|
COPY ./ p9k/
|
||
|
COPY docker/zgen/zshrc .zshrc
|