-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathantigenrc
43 lines (35 loc) · 852 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
42
antigen use oh-my-zsh
# Oh-my-zsh hard defaults to emacs mode (ignoring the EDITOR default from zsh)
# Let's switch back to viins for now
antigen bundle vi-mode
if [ "$OSTYPE"="darwin15.0" ]; then
antigen bundle macos
fi
# Other notable bundles that Ive used but are currently disabled
# sdkman - A worthy tool to install various jdk's and jdk toolchains
antigen bundles <<EOBUNDLES
asdf
brew
colored-man-pages
direnv
fzf
git
git-extras
gnu-utils
history
kubectl
mafredri/zsh-async
pip
# pyenv
rbenv
rust
vault
zsh-users/zsh-syntax-highlighting
zsh-users/zsh-completions
EOBUNDLES
# Other themes that I've looked at and are interesting:
# nojhan/liquidprompt (goes in bundles)
# sindresorhus/pure (goes in bundles)
# denysdovhan/spaceship-prompt (goes in themes)
# gentoo (goes in themes)
antigen apply