summaryrefslogtreecommitdiff
path: root/docker/zplugin/install.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/zplugin/install.zsh')
-rw-r--r--docker/zplugin/install.zsh12
1 files changed, 0 insertions, 12 deletions
diff --git a/docker/zplugin/install.zsh b/docker/zplugin/install.zsh
deleted file mode 100644
index fec4249d..00000000
--- a/docker/zplugin/install.zsh
+++ /dev/null
@@ -1,12 +0,0 @@
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/psprint/zplugin/master/doc/install.sh)"
-
-# The 'zplugin snippet' only copies the .zsh-theme file, not everything else.
-mkdir -p ~/.zplugin/snippets
-ln -nsf \
- ~/p9k/ \
-~/.zplugin/snippets/--SLASH--home--SLASH--fred--SLASH--p9k--SLASH--powerlevel9k--DOT--zsh-theme
-
-{
- echo
- echo "source ~/.zshrc.plugins"
-} >> ~/.zshrc