ohmyzsh
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
ARG base
|
||||
FROM p9k:${base}
|
||||
|
||||
COPY docker/antigen/install.zsh /tmp/
|
||||
RUN zsh /tmp/install.zsh
|
||||
|
||||
COPY ./ p9k/
|
||||
COPY docker/antigen/zshrc .zshrc
|
@ -0,0 +1,12 @@
|
||||
#!/bin/zsh
|
||||
|
||||
mkdir ~/antigen
|
||||
|
||||
curl \
|
||||
-qLsSf \
|
||||
-o ~/antigen/antigen.zsh \
|
||||
https://git.io/antigen
|
||||
|
||||
source ~/antigen/antigen.zsh
|
||||
|
||||
# EOF
|
@ -0,0 +1,4 @@
|
||||
source ~/antigen/antigen.zsh
|
||||
|
||||
antigen theme "${HOME}/p9k" powerlevel9k --no-local-clone
|
||||
antigen apply
|
Reference in New Issue
Block a user