Add submodule instructions to README
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user