diff options
Diffstat (limited to 'docker/zplug/Dockerfile')
-rw-r--r-- | docker/zplug/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/zplug/Dockerfile b/docker/zplug/Dockerfile new file mode 100644 index 00000000..a87480be --- /dev/null +++ b/docker/zplug/Dockerfile @@ -0,0 +1,7 @@ +FROM p9k:base + +COPY docker/zplug/install.zsh /tmp/ +RUN zsh /tmp/install.zsh + +COPY ./ p9k/ +COPY docker/zplug/zshrc .zshrc |