mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Zinit allows near instant shell startup by loading plugins in the background after initializing the shell. This has yielded a 60-70ms startup time instead of around 360ms as it was with zplug. And even if you disable the background loading, zinit itself is still faster at around 130ms.
19 lines
540 B
Plaintext
19 lines
540 B
Plaintext
[submodule "emacs.d"]
|
|
path = emacs.d
|
|
url = git@github.com:jimeh/.emacs.d.git
|
|
[submodule "private"]
|
|
path = private
|
|
url = git@bitbucket.org:jimeh/dotfiles-private.git
|
|
[submodule "tmux/tmuxifier"]
|
|
path = tmux/tmuxifier
|
|
url = git@github.com:jimeh/tmuxifier.git
|
|
[submodule "tmux/plugins/tpm"]
|
|
path = tmux/plugins/tpm
|
|
url = https://github.com/tmux-plugins/tpm
|
|
[submodule "zsh/zplug/zplug"]
|
|
path = zsh/zplug/zplug
|
|
url = https://github.com/zplug/zplug
|
|
[submodule "zsh/zinit"]
|
|
path = zsh/zinit
|
|
url = https://github.com/zdharma/zinit.git
|