-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_zsh_plugins.txt
26 lines (22 loc) · 1.87 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
## Standard plugins
mattmc3/ez-compinit # faster compinit
zsh-users/zsh-autosuggestions # suggest commands based on history
zdharma-continuum/fast-syntax-highlighting # fast syntax highlighting
zsh-users/zsh-history-substring-search # search history with substring
# (belak/zsh-utils)[https://github.com/belak/zsh-utils/blob/main/PLUGINS.md]
## Completions
zsh-users/zsh-completions kind:fpath path:src
belak/zsh-utils path:completion/functions kind:autoload post:compstyle_zshzoo_setup
## Utilities
belak/zsh-utils path:utility
## OMZ plugins
getantidote/use-omz # handle OMZ dependencies
ohmyzsh/ohmyzsh path:plugins/cp # copy files with progress bar; alias to rsync [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cp]
#ohmyzsh/ohmyzsh path:plugins/direnv # load .envrc files [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/direnv]
#ohmyzsh/ohmyzsh path:plugins/dotenv # load .env files [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dotenv]
ohmyzsh/ohmyzsh path:plugins/eza # eza aliases and functions; replaces ls [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/eza]
#ohmyzsh/ohmyzsh path:plugins/git # git aliases and functions [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git]
ohmyzsh/ohmyzsh path:plugins/gitignore # gitignore aliases and functions [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore]
#ohmyzsh/ohmyzsh path:plugins/mise # like ASDF and direnv all in one (and more)[https://mise.jdx.dev/] [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mise]
ohmyzsh/ohmyzsh path:plugins/rake-fast # faster rake completion [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rake-fast]
#ohmyzsh/ohmyzsh path:plugins/redis-cli # redis-cli aliases and functions [https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli]