-
Notifications
You must be signed in to change notification settings - Fork 1
/
dot_zimrc
33 lines (27 loc) · 960 Bytes
/
dot_zimrc
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
# vim:ft=zsh
#
zmodule zsh-users/zsh-completions --fpath src
zmodule completion
zmodule environment
zmodule utility
zmodule zsh-users/zsh-syntax-highlighting
zmodule zsh-users/zsh-autosuggestions
zmodule zsh-users/zsh-history-substring-search
zmodule romkatv/powerlevel10k
#zmodule tinted-theming/base16-shell
# Load some oh-my-zsh plugins
#zmodule ohmyzsh/ohmyzsh --root plugins/colored-man-pages
zmodule ohmyzsh/ohmyzsh --root plugins/git
zmodule ohmyzsh/ohmyzsh --root plugins/pip
zmodule ohmyzsh/ohmyzsh --root plugins/python
zmodule ohmyzsh/ohmyzsh --root plugins/sudo
zmodule ohmyzsh/ohmyzsh --root plugins/tmux
zmodule ohmyzsh/ohmyzsh --root plugins/vi-mode
zmodule ohmyzsh/ohmyzsh --root plugins/z
# This must come after the vi-mode plugin
zmodule ohmyzsh/ohmyzsh --root plugins/fzf
if [ $(uname) = Darwin ]; then
# Load OSX-specific plugins
zmodule ohmyzsh/ohmyzsh --root plugins/brew
zmodule ohmyzsh/ohmyzsh --root plugins/macos
fi