-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
53 lines (41 loc) · 986 Bytes
/
.zshrc
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
# Load rbenv automatically
eval "$(rbenv init -)"
# Load Antigen
source ~/.antigen.zsh
# Load various lib files
antigen bundle robbyrussell/oh-my-zsh lib/
#
# Antigen Theme
#
antigen theme jdavis/zsh-files themes/jdavis
#
# Antigen Bundles
#
antigen bundle git
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle rupa/z
antigen bundle gitignore
antigen bundle cp
antigen bundle colored-man-pages
antigen bundle history
antigen bundle command-not-found
antigen bundle djui/alias-tips
antigen bundle peterhurford/git-aliases.zsh
# antigen bundle thiagolioy/git-aliases
# For SSH, starting ssh-agent is annoying
# antigen bundle ssh-agent
# Node Plugins
# antigen bundle coffee
# antigen bundle node
# antigen bundle npm
# Python Plugins
# antigen bundle pip
# antigen bundle python
# antigen bundle virtualenv
# OS specific plugins
antigen bundle brew
antigen bundle brew-cask
antigen bundle gem
antigen bundle osx
# # Tell antigen that you're done.
antigen apply