29 lines
480 B
Text
29 lines
480 B
Text
# local plugins
|
|
~/foo/bar
|
|
$ZSH_CUSTOM path:plugins/myplugin
|
|
|
|
# repo plugins
|
|
foo/bar
|
|
git@github.com:foo/qux.git # trailing comments
|
|
|
|
# kind:clone
|
|
getantidote/zsh-defer kind:clone # more trailing comments
|
|
|
|
# kind:zsh
|
|
foo/bar kind:zsh
|
|
|
|
# kind:fpath
|
|
foo/bar kind:fpath
|
|
|
|
# kind:path
|
|
foo/bar kind:path
|
|
|
|
# subpath plugins
|
|
ohmy/ohmy path:lib
|
|
ohmy/ohmy path:plugins/extract
|
|
|
|
# deferred
|
|
ohmy/ohmy path:plugins/magic-enter kind:defer
|
|
|
|
# theme
|
|
ohmy/ohmy path:custom/themes/pretty.zsh-theme
|