-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_zsh_plugins.txt
47 lines (37 loc) · 1.47 KB
/
dot_zsh_plugins.txt
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
# Load completions. Ref: https://getantidote.github.io/completions
mattmc3/ez-compinit
romkatv/powerlevel10k kind:fpath
belak/zsh-utils path:editor
belak/zsh-utils path:history
belak/zsh-utils path:utility
zdharma-continuum/fast-syntax-highlighting kind:defer
joshskidmore/zsh-fzf-history-search
Aloxaf/fzf-tab
getantidote/use-omz
ohmyzsh/ohmyzsh path:plugins/aliases # list all aliases using als
ohmyzsh/ohmyzsh path:plugins/alias-finder # tells you existing alias
ohmyzsh/ohmyzsh path:plugins/docker
ohmyzsh/ohmyzsh path:plugins/kubectl
ohmyzsh/ohmyzsh path:plugins/argocd
ohmyzsh/ohmyzsh path:plugins/aws
ohmyzsh/ohmyzsh path:plugins/command-not-found # suggest a pkg to install if cmd not found
ohmyzsh/ohmyzsh path:plugins/common-aliases
ohmyzsh/ohmyzsh path:plugins/fzf
ohmyzsh/ohmyzsh path:plugins/git-commit # helps writing commit like "git fix -s 'router' 'change router address'"
ohmyzsh/ohmyzsh path:plugins/git
ohmyzsh/ohmyzsh path:plugins/golang
#ohmyzsh/ohmyzsh path:plugins/pip
#ohmyzsh/ohmyzsh path:plugins/python
ohmyzsh/ohmyzsh path:plugins/pj
ohmyzsh/ohmyzsh path:plugins/ssh-agent
# Custom aliases
~/.aliases.d/*
~/.aliases
# Custom functions and completions
~/.zsh_functions.d kind:fpath
# Recommended at the end, after all fpath loaded so it get populated
belak/zsh-utils path:completion
# Related to issue, ref: https://github.com/mattmc3/antidote/issues/23
zsh-users/zsh-autosuggestions
zsh-users/zsh-history-substring-search
zsh-users/zsh-completions path:src kind:fpath