-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_antigenrc
41 lines (35 loc) · 1.21 KB
/
dot_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
# Awesome Zsh Plugins: https://github.com/unixorn/awesome-zsh-plugins
# Antigen: https://github.com/zsh-users/antigen
# Oh My Zsh: https://github.com/ohmyzsh/ohmyzsh
# MAGIC_ENTER_GIT_COMMAND='git status -u .'
# MAGIC_ENTER_OTHER_COMMAND='k -ah'
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle common-aliases
# antigen bundle heroku
antigen bundle pip
# antigen bundle lein
# antigen bundle command-not-found
# antigen bundle docker
# antigen bundle autojump
# antigen bundle colorize
# antigen bundle magic-enter
# antigen bundle safe-paste
# antigen bundle thefuck
# Additional bundles
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle MichaelAquilina/zsh-you-should-use
antigen bundle joshskidmore/zsh-fzf-history-search
# antigen bundle ael-code/zsh-colored-man-pages
# antigen bundle kennethreitz/autoenv
# antigen bundle b4b4r07/enhancd
# antigen bundle supercrabtree/k
# antigen bundle conda-incubator/conda-zsh-completion@main
# Load the theme.
antigen theme romkatv/powerlevel10k
# Tell Antigen that you're done.
antigen apply