-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zsh_plugins.txt
More file actions
63 lines (55 loc) · 2.68 KB
/
Copy path.zsh_plugins.txt
File metadata and controls
63 lines (55 loc) · 2.68 KB
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
54
55
56
57
58
59
60
61
62
63
# =============================================================================
# ~/.zsh_plugins.txt — Antidote plugin list
#
# After editing this file, regenerate the static bundle:
# antidote bundle < ~/.zsh_plugins.txt > ~/.zsh_plugins.zsh
#
# Or let antidote load handle it automatically (slower, checks on each start).
# For fastest startup, use the static bundle approach.
# =============================================================================
# -----------------------------------------------------------------------------
# Completion — extended community completions
# -----------------------------------------------------------------------------
zsh-users/zsh-completions kind:fpath path:src
# -----------------------------------------------------------------------------
# Syntax highlighting — must load before autosuggestions
# -----------------------------------------------------------------------------
zsh-users/zsh-syntax-highlighting
# -----------------------------------------------------------------------------
# Fish-like inline autosuggestions
# -----------------------------------------------------------------------------
zsh-users/zsh-autosuggestions
# -----------------------------------------------------------------------------
# History substring search (↑/↓ to search history by current input)
# -----------------------------------------------------------------------------
zsh-users/zsh-history-substring-search
# -----------------------------------------------------------------------------
# Oh My Zsh plugins — loaded selectively via use-omz
# Add use-omz first so its dependency resolver runs before the plugins below.
# -----------------------------------------------------------------------------
getantidote/use-omz
ohmyzsh/ohmyzsh path:lib/history.zsh
ohmyzsh/ohmyzsh path:lib/clipboard.zsh
ohmyzsh/ohmyzsh path:lib/key-bindings.zsh
ohmyzsh/ohmyzsh path:plugins/colored-man-pages
ohmyzsh/ohmyzsh path:plugins/direnv
ohmyzsh/ohmyzsh path:plugins/docker
ohmyzsh/ohmyzsh path:plugins/docker-compose
# fzf omz plugin removed — using eval "$(fzf --zsh)" in .zshrc instead
ohmyzsh/ohmyzsh path:plugins/gcloud
ohmyzsh/ohmyzsh path:plugins/gh
ohmyzsh/ohmyzsh path:plugins/git
ohmyzsh/ohmyzsh path:plugins/gitignore
ohmyzsh/ohmyzsh path:plugins/history
ohmyzsh/ohmyzsh path:plugins/kubectl
ohmyzsh/ohmyzsh path:plugins/npm
ohmyzsh/ohmyzsh path:plugins/pip
ohmyzsh/ohmyzsh path:plugins/python
ohmyzsh/ohmyzsh path:plugins/ssh-agent
ohmyzsh/ohmyzsh path:plugins/tmux
ohmyzsh/ohmyzsh path:plugins/uv
ohmyzsh/ohmyzsh path:plugins/vi-mode
# macOS-specific — only loaded on macOS
ohmyzsh/ohmyzsh path:plugins/brew
ohmyzsh/ohmyzsh path:plugins/macos
ohmyzsh/ohmyzsh path:plugins/iterm2