From a7bc3c30252c7536131efde8fcf93c231c451bc9 Mon Sep 17 00:00:00 2001 From: pfych Date: Wed, 19 Feb 2025 13:50:17 +1100 Subject: [PATCH] Update README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 12be564..c6d2d27 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,8 @@ Dot-files and scripts to be synced between my home system and work system -## ZSH Plugins +All ZSH plugins are submodules -The following packages need to be installed with the system package manager: - -- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) -- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) -- [gitstatus-prompt](https://github.com/romkatv/gitstatus) +```sh +yadm submodule update --init --recursive +```