diff options
Diffstat (limited to 'docker/zplug')
-rw-r--r-- | docker/zplug/Dockerfile | 8 | ||||
-rw-r--r-- | docker/zplug/install.zsh | 5 | ||||
-rw-r--r-- | docker/zplug/zshrc | 5 |
3 files changed, 0 insertions, 18 deletions
diff --git a/docker/zplug/Dockerfile b/docker/zplug/Dockerfile deleted file mode 100644 index 89c23d54..00000000 --- a/docker/zplug/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -ARG base -FROM p9k:${base} - -COPY docker/zplug/install.zsh /tmp/ -RUN zsh /tmp/install.zsh - -COPY ./ p9k/ -COPY docker/zplug/zshrc .zshrc diff --git a/docker/zplug/install.zsh b/docker/zplug/install.zsh deleted file mode 100644 index b01ff6ee..00000000 --- a/docker/zplug/install.zsh +++ /dev/null @@ -1,5 +0,0 @@ -#!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" diff --git a/docker/zplug/zshrc b/docker/zplug/zshrc deleted file mode 100644 index 0a4ceb83..00000000 --- a/docker/zplug/zshrc +++ /dev/null @@ -1,5 +0,0 @@ -#!zsh - -source ~/.zplug/init.zsh -zplug "${HOME}/p9k", use:"powerlevel9k.zsh-theme", from:local, as:theme -zplug load --verbose |