Split up configuration

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-01-08 16:57:31 +01:00
parent f039c8ffaf
commit a6e427451e
117 changed files with 12134 additions and 490 deletions

View File

@@ -0,0 +1,8 @@
ARG base
FROM p9k:${base}
COPY docker/zpm/install.zsh /tmp/
RUN zsh /tmp/install.zsh
COPY ./ p9k/
COPY docker/zpm/zshrc .zshrc