This commit is contained in:
Ben Grande 2023-10-30 09:41:22 +00:00
parent f733dbf75f
commit 79af24f4bc
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
3 changed files with 11 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "qusal/dotfiles"]
path = qusal/dotfiles
url = ../dotfiles/

View File

@ -44,8 +44,13 @@ precedence over the packaged policy.
Clone this repository in an app qube:
```sh
git clone https://github.com/ben-grande/qusal.git ~/qusal
git clone ssh://git@github.com/ben-grande/qusal.git ~/qusal
git clone --recurse-submodules https://github.com/ben-grande/qusal.git
```
If you made a fork, before cloning it, do fork the submodule(s) first:
[dotfiles](https://github.com/ben-grande/dotfiles.git).
```sh
git clone --recurse-submodules https://github.com/USERNAME/qusal.git
```
### Dom0

1
qusal/dotfiles Submodule

@ -0,0 +1 @@
Subproject commit 2514d90947d69d3bd16748dcea3c2b38a9d2e872