From 86b90c3841fbf8406ee4c9d79459f605ec7b7104 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 30 Jul 2019 23:22:29 +0200 Subject: [PATCH] [zsh] Get rid of zplug and just use plain ol' modules --- .gitmodules | 9 ++++++--- home/.zplug | 1 - home/.zsh-custom/plugins/fzf-marks | 1 + home/.zsh-custom/themes/powerlevel10k | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 160000 home/.zplug create mode 160000 home/.zsh-custom/plugins/fzf-marks create mode 160000 home/.zsh-custom/themes/powerlevel10k diff --git a/.gitmodules b/.gitmodules index 9027491..75de795 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,12 @@ [submodule "home/.oh-my-zsh"] path = home/.oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git -[submodule "home/.zplug"] - path = home/.zplug - url = https://github.com/zplug/zplug.git [submodule "home/.kubectx"] path = home/.kubectx url = https://github.com/ahmetb/kubectx.git +[submodule "home/.zsh-custom/themes/powerlevel10k"] + path = home/.zsh-custom/themes/powerlevel10k + url = https://github.com/romkatv/powerlevel10k.git +[submodule "home/.zsh-custom/plugins/fzf-marks"] + path = home/.zsh-custom/plugins/fzf-marks + url = git@github.com:urbainvaes/fzf-marks.git diff --git a/home/.zplug b/home/.zplug deleted file mode 160000 index 5336436..0000000 --- a/home/.zplug +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5336436631240778bba74a5323e76b6f77df7603 diff --git a/home/.zsh-custom/plugins/fzf-marks b/home/.zsh-custom/plugins/fzf-marks new file mode 160000 index 0000000..9fddc87 --- /dev/null +++ b/home/.zsh-custom/plugins/fzf-marks @@ -0,0 +1 @@ +Subproject commit 9fddc87a92e764a7e2b59c29f296ba4866507e0d diff --git a/home/.zsh-custom/themes/powerlevel10k b/home/.zsh-custom/themes/powerlevel10k new file mode 160000 index 0000000..38a3ca7 --- /dev/null +++ b/home/.zsh-custom/themes/powerlevel10k @@ -0,0 +1 @@ +Subproject commit 38a3ca7dc3d101fd598b65b72b55e6e82bb6654c