aboutsummaryrefslogtreecommitdiff
path: root/docker/zplug
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-03-01 23:45:36 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-03-01 23:45:36 +0300
commitceae2d7422545ae493c6dbf0217d234fb28e2ebc (patch)
tree24d273988a2e9a84d916b915ae094bf5d78255e9 /docker/zplug
parent71b763b69278e43736e5821c4c5d35f51c643ee2 (diff)
remove most things
Diffstat (limited to 'docker/zplug')
-rw-r--r--docker/zplug/Dockerfile8
-rw-r--r--docker/zplug/install.zsh5
-rw-r--r--docker/zplug/zshrc5
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