From 24baff63428865c9a011602db372526f88e68324 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 29 Jan 2026 15:11:08 -0500 Subject: [PATCH] Add submodule instructions to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0bf1e4a..7b39cd8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ ```bash git clone --bare git@git.ajet.fyi:ajet/dotfiles.git $HOME/.cfg git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout +git --git-dir=$HOME/.cfg/ --work-tree=$HOME submodule update --init --recursive +``` + +### Update nvim config submodule + +```bash +git --git-dir=$HOME/.cfg/ --work-tree=$HOME submodule update --remote .config/nvim ```