aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2026-08-04 20:56:04 +0200
committerGibheer <gibheer+git@zero-knowledge.org>2026-08-04 20:56:04 +0200
commitf313e8c772d6a2634cb290c244546ef3c9a4fe17 (patch)
treee29ec45ba47c046b4598743557bc34a7bab68011
parentfea1035aaf9204b075216338bc55ce981e2b2dfb (diff)
update submodules properly to load vim configHEADmaster
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d353eb..763412f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-install: ${HOME}/.config ${HOME}/bin
+install: ${HOME}/.config ${HOME}/bin vim/pack/plugins/start/vim-go/README.md
+ git submodule update
rsync -r hypr/ ${HOME}/.config/hypr/
rsync -r kitty/ ${HOME}/.config/kitty/
rsync -r systemd/ ${HOME}/.config/systemd/
@@ -11,6 +12,9 @@ install: ${HOME}/.config ${HOME}/bin
systemctl --user daemon-reload
systemctl enable --now --user ssh-agent
+vim/pack/plugins/start/vim-go/README.md:
+ git submodule update --init
+
${HOME}/bin:
mkdir ${HOME}/bin