diff options
| author | Gibheer <gibheer+git@zero-knowledge.org> | 2026-08-04 20:56:04 +0200 |
|---|---|---|
| committer | Gibheer <gibheer+git@zero-knowledge.org> | 2026-08-04 20:56:04 +0200 |
| commit | f313e8c772d6a2634cb290c244546ef3c9a4fe17 (patch) | |
| tree | e29ec45ba47c046b4598743557bc34a7bab68011 | |
| parent | fea1035aaf9204b075216338bc55ce981e2b2dfb (diff) | |
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
