32 lines
994 B
Plaintext
32 lines
994 B
Plaintext
|
zmodule zsh-users/zsh-completions --fpath src
|
||
|
|
||
|
### LW_ZSH_SECTION_START
|
||
|
|
||
|
#zmodule ohmyzsh/ohmyzsh --root plugins/git
|
||
|
#zmodule ohmyzsh/ohmyzsh --root plugins/z
|
||
|
#zmodule ohmyzsh/ohmyzsh --root lib/history
|
||
|
#zmodule ohmyzsh/ohmyzsh --root lib/completion
|
||
|
#zmodule ohmyzsh/ohmyzsh --root lib/directories
|
||
|
#zmodule ohmyzsh/ohmyzsh --root lib/theme-and-appearance
|
||
|
#zmodule ohmyzsh/ohmyzsh --root lib/clipboard
|
||
|
|
||
|
zmodule lunarway/lw-zsh --use git --branch experiment/zim
|
||
|
zmodule lunarway/lw-zsh --use git --branch experiment/zim --fpath local/
|
||
|
zmodule lunarway/hubble-zsh --use git
|
||
|
|
||
|
zmodule git@github.com:kjuulh/zim-lunar.git --use git
|
||
|
zmodule kjuulh/zim-kjuulh
|
||
|
|
||
|
#zmodule junegunn/fzf --on-pull './install --bin'
|
||
|
|
||
|
### LW_ZSH_SECTION_END
|
||
|
|
||
|
#zmodule spaceship-prompt/spaceship-prompt --name spaceship --no-submodules --use degit
|
||
|
|
||
|
zmodule zsh-users/zsh-completions --fpath src
|
||
|
zmodule completion
|
||
|
|
||
|
zmodule zsh-users/zsh-syntax-highlighting
|
||
|
zmodule zsh-users/zsh-autosuggestions
|
||
|
zmodule jeffreytse/zsh-vi-mode
|