feat: chezmoi

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-24 12:31:59 +02:00
parent 901d0e9c04
commit 9cedfd61f6
274 changed files with 9710 additions and 0 deletions

31
dot_zimrc Normal file
View File

@@ -0,0 +1,31 @@
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