Add submodule instructions to README

This commit is contained in:
2026-01-29 15:11:08 -05:00
parent 7d8f27e056
commit 24baff6342
+7
View File
@@ -5,6 +5,13 @@
```bash ```bash
git clone --bare git@git.ajet.fyi:ajet/dotfiles.git $HOME/.cfg 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 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
``` ```
<hr> <hr>