-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.antigenrc
67 lines (55 loc) · 951 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
antigen use oh-my-zsh
# Antigen Bundles
antigen bundles <<EOBUNDLES
# Zsh Plugins
zsh-users/zsh-syntax-highlighting
Tarrasch/zsh-autoenv
sudo
thefuck
# SSH Plugins
ssh-agent
gko/ssh-connect
# Git Plugins
git
gitignore
# Java Plugins
ant
mvn
# Ruby Plugins
rbenv
ruby
gem
bundler
rails
rake
rake-fast
# Node Plugins
coffee
node
npm
lukechilds/zsh-better-npm-completion
# Python Plugins
autopep8
pep8
pip
pylint
python
pyenv
# Docker
docker
docker-compose
# Misc
aws
EOBUNDLES
# OS specific plugins
if [[ $CURRENT_OS == 'macOS' ]]; then
antigen bundle osx
antigen bundle brew-cask
elif [[ $CURRENT_OS == 'Linux' ]]; then
if [[ $DISTRO == 'CentOS' ]]; then
fi
elif [[ $CURRENT_OS == 'Cygwin' ]]; then
fi
# Antigen Theme
antigen theme romkatv/powerlevel10k
antigen apply