diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /.gitmodules |
Initial Commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4528b81 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "emacs"] + path = emacs + url = https://github.com/hlissner/doom-emacs +[submodule "xplr/dragon.xplr"] + path = xplr/dragon.xplr + url = https://github.com/sayanarijit/dragon.xplr +[submodule "awesome"] + path = awesome + url = https://gitlab.com/zachir/awesome-config +[submodule "qutebrowser/jmatrix"] + path = qutebrowser/jmatrix + url = https://gitlab.com/jgkamat/jmatrix.git |