-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.zimrc
41 lines (34 loc) · 1.08 KB
/
.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
33
34
35
36
37
38
39
40
41
# Core modules
zmodule environment
zmodule input
zmodule termtitle
zmodule utility
zmodule duration-info
zmodule git-info
# Theme
zmodule romkatv/powerlevel10k
# Tools and utilities
zmodule git
zmodule homebrew
zmodule fasd
zmodule fzf
zmodule hlissner/zsh-autopair
zmodule sobolevn/wakatime-zsh-plugin
zmodule ascii-soup/zsh-url-highlighter
zmodule Tarrasch/zsh-bd
zmodule wfxr/forgit
zmodule chrissicool/zsh-256color
# Oh My Zsh plugins (without completions)
zmodule ohmyzsh/ohmyzsh -f 'plugins/bgnotify' -s 'plugins/bgnotify/bgnotify.plugin.zsh' -f 'plugins/extract' -s 'plugins/extract/extract.plugin.zsh'
# Completion definitions (must be before completion module)
zmodule zsh-users/zsh-completions --fpath src
zmodule z-shell/zsh-fancy-completions --fpath src
zmodule scriptingosx/mac-zsh-completions --fpath src
# Completion module (must be after completion definitions)
zmodule completion
# Modules that wrap widgets (must be after completion)
zmodule z-shell/F-Sy-H
zmodule zsh-users/zsh-history-substring-search
zmodule zsh-users/zsh-autosuggestions
# Must be last
zmodule Aloxaf/fzf-tab