diff options
Diffstat (limited to '.config/zsh/plugins.zsh')
| -rw-r--r-- | .config/zsh/plugins.zsh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh new file mode 100644 index 0000000..4bf7948 --- /dev/null +++ b/.config/zsh/plugins.zsh @@ -0,0 +1,19 @@ +# 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 |