mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-10 18:09:24 -04:00
test
This commit is contained in:
parent
f733dbf75f
commit
79af24f4bc
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "qusal/dotfiles"]
|
||||
path = qusal/dotfiles
|
||||
url = ../dotfiles/
|
@ -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
1
qusal/dotfiles
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2514d90947d69d3bd16748dcea3c2b38a9d2e872
|
Loading…
x
Reference in New Issue
Block a user