forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
antigenrc
41 lines (34 loc) · 952 Bytes
/
antigenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Load oh-my-zsh library
antigen use oh-my-zsh
# oh-my-zsh plugins
antigen bundle fd
antigen bundle ripgrep
antigen bundle copybuffer
antigen bundle dirhistory
antigen bundle agkozak/zsh-z
antigen bundle common-aliases
antigen bundle zsh-interactive-cd
antigen bundle aliases
antigen bundle colored-man-pages
antigen bundle fasd
antigen bundle emacs
antigen bundle gitfast
antigen bundle joshskidmore/zsh-fzf-history-search
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle lukechilds/zsh-nvm
antigen bundle mollifier/cd-gitroot
antigen bundle EthanLeisinger/zsh-git-scripts
antigen bundle wookayin/fzf-fasd
antigen bundle davidde/git
case "$(uname -s)" in
Darwin)
antigen bundle fuzzycode/homebrew-fzf-utils@main
antigen bundle brew
;;
CYGWIN*|MINGW32*|MSYS*|MINGW*)
antigen bundle ssh-agent
;;
esac
# Has to be the last thing
antigen apply