ohmyzsh
This commit is contained in:
@ -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
|
@ -0,0 +1 @@
|
||||
curl -sL https://git.io/antibody | bash -s
|
@ -0,0 +1,2 @@
|
||||
source <(antibody init)
|
||||
antibody bundle ~/p9k/
|
Reference in New Issue
Block a user