summaryrefslogtreecommitdiff
path: root/public/zsh/.antigenrc
blob: 0206a26908c782c368fc863aecd71ce5f513adaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
antigen use oh-my-zsh

antigen bundle macos
antigen bundle git
antigen bundle fzf
antigen bundle vi-mode
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle superbrothers/zsh-kubectl-prompt

antigen theme robbyrussell

antigen apply