summaryrefslogtreecommitdiff
path: root/.config/zsh/antigen_pkgs.zsh
blob: 555aa240f469bdfc9709e3b7e34a55ee1a3fd429 (plain)
1
2
3
4
5
6
7
8
9
10
11
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

# Done
antigen apply