-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzgenomrc
More file actions
29 lines (20 loc) · 676 Bytes
/
Copy pathzgenomrc
File metadata and controls
29 lines (20 loc) · 676 Bytes
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
export GEN_CUSTOM_COMPDUMP="${ZDOTDIR:-$HOME}/.zcompdump_$ZSH_VERSION"
if [[ ! -s ~/.zgenom ]]; then
git clone https://github.com/jandamm/zgenom.git ~/.zgenom
fi
source ~/.zgenom/zgenom.zsh
zgenom autoupdate
if ! zgenom saved; then
zgenom ohmyzsh
# vim bindings
zgenom load mdentremont/zsh-vim-mode
zgenom ohmyzsh plugins/vi-mode
zgenom ohmyzsh plugins/ripgrep
zgenom load zsh-users/zsh-completions
zgenom load zsh-users/zsh-history-substring-search
zgenom load zsh-users/zsh-syntax-highlighting
hash brew 2>/dev/null && zgenom ohmyzsh plugins/brew
zgenom load Aloxaf/fzf-tab
zgenom load mdentremont/girazz girazz.zsh-theme
zgenom save
fi