dotfiles/home/private_dot_config/zsh/dot_zplugins

36 lines
840 B
Text
Raw Normal View History

2023-11-12 12:54:14 -06:00
# pre-reqs
2024-06-10 11:30:22 -05:00
# ${ZDOTDIR}/plugins/p10k-instant
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/copybuffer
ohmyzsh/ohmyzsh path:plugins/copyfile
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
romkatv/powerlevel10k kind:fpath
${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
# deferred
zdharma-continuum/fast-syntax-highlighting kind:defer
Aloxaf/fzf-tab kind:defer