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 +```