-
Notifications
You must be signed in to change notification settings - Fork 4
/
dot_zsh_plugins.txt
62 lines (46 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# oh-my-zsh stuff
# note: i don't load the entire omz library.
# if you want to use an oh-my-zsh theme, you may have to:
# load colors:
# autoload -U colors && colors
# expand prompt:
# setopt prompt_subst
# helper functions for vcs that many themes use:
# robbyrussell/oh-my-zsh kind:zsh path:lib/git.zsh
robbyrussell/oh-my-zsh kind:zsh path:lib/completion.zsh
robbyrussell/oh-my-zsh kind:zsh path:lib/history.zsh
robbyrussell/oh-my-zsh kind:zsh path:lib/key-bindings.zsh
# completions (bunch of BLOAT try to pare this down)
zsh-users/zsh-completions kind:fpath path:src
# docker completions
# https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker
docker/cli kind:fpath path:contrib/completion/zsh
docker/compose kind:fpath path:contrib/completion/zsh
# open GitHub from cli
peterhurford/git-it-on.zsh
# good ch dir backward (helpful for very nested projects)
Tarrasch/zsh-bd
# ranking of directories
#export _Z_DATA="$HOME/.cache/z"
agkozak/zsh-z
# include a notification for long-running commands or nonzero return codes
# make sure to install terminal-notifier (Mac) or notify-send (Linux)
#marzocchi/zsh-notify
# bundles (and env vars)
zsh-users/zsh-syntax-highlighting
# nix zsh completions
spwhitt/nix-zsh-completions kind:fpath
# fish-like command suggestions
zsh-users/zsh-autosuggestions
# macOS window manager
Amar1729/yabai-zsh-completions kind:fpath path:src
# simple custom completions (tmux-a)
https://gist.github.com/Amar1729/6b0008cf065872a49ceff674a85363bd kind:fpath
# theme
romkatv/powerlevel10k
# lazy-load commands
qoomon/zsh-lazyload
# fuzzy wrappers for git
wfxr/forgit
# wrapper (fuzzy/tab completion) for python tooling
andydecleyre/zpy