-
Notifications
You must be signed in to change notification settings - Fork 0
/
.antibody
38 lines (30 loc) · 858 Bytes
/
.antibody
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
#
# Global Antibody configuration
#
#
# Load various lib files
#
export ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh"
#
# Antibody Bundles
#
DISABLE_UPDATE_PROMPT=true
DISABLE_AUTO_UPDATE=true
antibody bundle robbyrussell/oh-my-zsh
antibody bundle robbyrussell/oh-my-zsh path:plugins/aws
antibody bundle robbyrussell/oh-my-zsh path:plugins/git
antibody bundle zsh-users/zsh-syntax-highlighting
antibody bundle robbyrussell/oh-my-zsh path:plugins/pip
antibody bundle nobeans/zsh-sdkman
antibody bundle zsh-users/zsh-completions
antibody bundle robbyrussell/oh-my-zsh path:plugins/extract
antibody bundle zsh-users/zsh-autosuggestions
if ! type jump > /dev/null; then
antibody bundle agkozak/zsh-z
else
eval "$(jump shell --bind=z)"
fi
#
# Antibody theme
#
antibody bundle romkatv/powerlevel10K