ohmyzsh
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
ARG base
|
||||
FROM p9k:${base}
|
||||
|
||||
COPY docker/zplug/install.zsh /tmp/
|
||||
RUN zsh /tmp/install.zsh
|
||||
|
||||
COPY ./ p9k/
|
||||
COPY docker/zplug/zshrc .zshrc
|
@ -0,0 +1,5 @@
|
||||
#!zsh
|
||||
|
||||
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh| zsh
|
||||
|
||||
# git clone https://github.com/zplug/zplug "${HOME}/.zplug"
|
@ -0,0 +1,5 @@
|
||||
#!zsh
|
||||
|
||||
source ~/.zplug/init.zsh
|
||||
zplug "${HOME}/p9k", use:"powerlevel9k.zsh-theme", from:local, as:theme
|
||||
zplug load --verbose
|
Reference in New Issue
Block a user