dotfiles/home/private_dot_config/zsh/dot_zplugins

36 lines
815 B
Text
Raw Normal View History

2023-11-12 12:54:14 -06:00
# pre-reqs
2024-06-12 02:12:43 -05:00
QuarticCat/zsh-smartcache
2023-11-12 12:54:14 -06:00
mattmc3/zephyr path:plugins/zfunctions
2023-02-17 09:26:31 -06:00
2023-11-12 12:54:14 -06:00
# general use-plugins
mattmc3/zephyr path:plugins/history
mattmc3/zephyr path:plugins/utility
2024-01-08 17:07:54 -06:00
2023-02-17 09:26:31 -06:00
ohmyzsh/ohmyzsh path:plugins/extract
2023-11-12 12:54:14 -06:00
ohmyzsh/ohmyzsh path:plugins/magic-enter
2023-02-17 09:26:31 -06:00
ohmyzsh/ohmyzsh path:plugins/fancy-ctrl-z
2024-06-10 14:52:09 -05:00
ohmyzsh/ohmyzsh path:plugins/colored-man-pages
2023-02-17 09:26:31 -06:00
2023-11-12 12:54:14 -06:00
# tools
2023-02-17 09:26:31 -06:00
junegunn/fzf path:shell/completion.zsh
junegunn/fzf path:shell/key-bindings.zsh
2023-11-08 08:15:06 -06:00
wfxr/forgit
2023-02-17 09:26:31 -06:00
2023-11-12 12:54:14 -06:00
# prompt
2024-06-11 12:19:33 -05:00
# romkatv/powerlevel10k kind:fpath
2023-11-12 12:54:14 -06:00
${ZDOTDIR}/plugins/prompt
2023-11-08 08:15:06 -06:00
2024-01-08 17:07:54 -06:00
# start compinit before
# fzf-tab and zexists
2024-05-27 10:23:52 -05:00
# belak/zsh-utils path:completion
2024-01-08 17:07:54 -06:00
2023-11-12 12:54:14 -06:00
# wrap-up
mattmc3/zephyr path:plugins/confd
${ZDOTDIR}/plugins/zexists
2024-06-12 02:12:43 -05:00
${ZDOTDIR}/plugins/clipboard
2023-11-12 12:54:14 -06:00
# deferred
2024-06-11 12:19:33 -05:00
zsh-users/zsh-autosuggestions
2023-11-12 12:54:14 -06:00
zdharma-continuum/fast-syntax-highlighting kind:defer
Aloxaf/fzf-tab kind:defer