summaryrefslogtreecommitdiff
path: root/.config/zsh/plugins.zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 15:41:20 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-20 15:41:20 +0200
commit1af1306c2c710ffba80c7c033bcef30a36fba51d (patch)
treec2f6e861d4ce54cac4d9ab2e1489a77c5dce1c2d /.config/zsh/plugins.zsh
parentfcb8668fc5435ce5f306a8c218d7c1eb1f4d91e5 (diff)
New zsh config inspired by Chris
Diffstat (limited to '.config/zsh/plugins.zsh')
-rw-r--r--.config/zsh/plugins.zsh28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh
deleted file mode 100644
index 7da3a07..0000000
--- a/.config/zsh/plugins.zsh
+++ /dev/null
@@ -1,28 +0,0 @@
-autoload -Uz compinit
-compinit
-
-# Poetry autocompletion
-fpath+=~/.zfunc
-
-# kubectl autocompletion
-# [[ $commands[kubectl] ]] && source <(kubectl completion zsh)
-
-# FZF
-source /usr/share/fzf/key-bindings.zsh
-source /usr/share/fzf/completion.zsh
-
-# Antigen
-source $HOME/.config/zsh/antigen.zsh
-
-# Load Packages
-antigen bundle tmux
-antigen bundle git
-antigen bundle pip
-# antigen bundle kubectl
-antigen bundle command-not-found
-antigen bundle zsh-users/zsh-syntax-highlighting
-antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh
-antigen bundle zsh-users/zsh-autosuggestions
-
-# Done
-antigen apply