zsh: Divide zshrc into zshrc.d

Move every file from plugins into zshrc.d as well as all bigger blobs in
the zshrc into their own files there.
Some stuff is still in there that I am not all too sure where it
belongs. TODO: Move.

Because all external plugins are now sourced over a symlink I had to
create a fork of fzf-tab for now that supports that.
See: https://github.com/Aloxaf/fzf-tab/pull/153
This commit is contained in:
2020-11-10 02:58:22 +01:00
parent 301b109f0d
commit bf46c5f687
22 changed files with 108 additions and 351 deletions

3
.gitmodules vendored
View File

@@ -40,6 +40,9 @@
[submodule ".config/zsh/plugins/fzf-tab"]
path = .config/zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
[submodule ".config/zsh/plugins/fzf-tab-fork"]
path = .config/zsh/plugins/fzf-tab-fork
url = git@github.com:druckdev/fzf-tab.git
[submodule ".config/zsh/plugins/powerlevel10k"]
path = .config/zsh/plugins/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git