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/antibody/install.zsh /tmp/
RUN zsh /tmp/install.zsh
COPY ./ p9k/
COPY docker/antibody/zshrc .zshrc

View File

@@ -0,0 +1 @@
curl -sL https://git.io/antibody | bash -s

View File

@@ -0,0 +1,2 @@
source <(antibody init)
antibody bundle ~/p9k/