summaryrefslogtreecommitdiff
path: root/.config/zsh/antigen_pkgs.zsh
blob: c2c335a74d44beb77536bb6f2cce0eb74113cec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source $HOME/.config/zsh/antigen.zsh

# Load Packages
antigen bundle git
antigen bundle pip
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