summaryrefslogtreecommitdiff
path: root/.config/zsh/plugins.zsh
blob: b7052702359019811f117b3c408684b836643da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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