-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
51 lines (33 loc) · 774 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
autoload antigen
# Aliases
source ~/.aliases
#Antigen
source ~/.dotfiles/antigen/antigen.zsh
antigen use oh-my-zsh
# plugin
# git
antigen bundle arialdomartini/oh-my-git
antigen bundle git
# Explain how to install missing binary
antigen bundle command-not-found
# Chuck Norris facts on demand
antigen bundle chucknorris
# Colorization for cat
antigen bundle colorize
# ctrl-z alias of fg
antigen bundle fancy-ctrl-z
# cargo autocompletion
antigen bundle cargo
# Coloration of man pages
antigen bundle colored-man-pages
# Easy extract
antigen bundle extract
# Random quote
antigen bundle rand-quote
# colors
antigen bundle zsh-users/zsh-syntax-highlighting
# z -> jump directly to known directory
antigen bundle z
# theme
antigen theme ys
antigen apply