30 lines
836 B
Plaintext
30 lines
836 B
Plaintext
# Basic Zsh plugins are defined in user/repo format
|
|
jeffreytse/zsh-vi-mode
|
|
|
|
# jump around - Tracks your most used directories, based on 'frecency'.
|
|
rupa/z
|
|
|
|
# set up Zsh completions with plugins
|
|
#mattmc3/ez-compinit
|
|
#zsh-users/zsh-completions kind:fpath path:src
|
|
|
|
# oh-my-zsh
|
|
getantidote/use-omz # handle OMZ dependencies
|
|
ohmyzsh/ohmyzsh path:lib # load OMZ's library
|
|
ohmyzsh/ohmyzsh path:plugins/colored-man-pages # load OMZ plugins
|
|
|
|
# prompts:
|
|
# with prompt plugins, remember to add this to your .zshrc:
|
|
# `autoload -Uz promptinit && promptinit && prompt powerlevel10k`
|
|
romkatv/powerlevel10k kind:fpath
|
|
|
|
# fish-like plugins
|
|
zsh-users/zsh-autosuggestions
|
|
zsh-users/zsh-history-substring-search
|
|
zdharma-continuum/fast-syntax-highlighting kind:defer
|
|
|
|
# fzf
|
|
joshskidmore/zsh-fzf-history-search
|
|
|
|
# pyenv
|
|
mattberther/zsh-pyenv |