2023-07-24 12:31:59 +02:00
|
|
|
zmodule zsh-users/zsh-completions --fpath src
|
|
|
|
|
2023-07-24 12:41:02 +02:00
|
|
|
|
2023-07-24 12:31:59 +02:00
|
|
|
### 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
|
|
|
|
|
2023-07-25 14:56:14 +02:00
|
|
|
{{ if .lunar -}}
|
|
|
|
|
2023-07-24 12:31:59 +02:00
|
|
|
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
|
2023-07-25 14:56:14 +02:00
|
|
|
|
|
|
|
{{ end -}}
|
2023-07-24 12:31:59 +02:00
|
|
|
zmodule kjuulh/zim-kjuulh
|
|
|
|
|
|
|
|
#zmodule junegunn/fzf --on-pull './install --bin'
|
|
|
|
|
|
|
|
### LW_ZSH_SECTION_END
|
|
|
|
|
|
|
|
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
|
2023-12-25 23:24:06 +01:00
|
|
|
zmodule zimfw/asdf
|