diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-27 14:29:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-27 14:29:20 +0300 |
commit | 07c0fd09d89ba4f10e7b3953efc25b89adaa1d8a (patch) | |
tree | 5e48f4fcec706c371c904d1d3803800bc5081db8 /.gitmodules | |
parent | README: fix config-links usage (diff) | |
download | windows-home-07c0fd09d89ba4f10e7b3953efc25b89adaa1d8a.tar.gz windows-home-07c0fd09d89ba4f10e7b3953efc25b89adaa1d8a.zip |
add linux-home as a submodule
Almost all the files are symlinks to linux-home now.
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..85e8ad4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "linux-home"] + path = linux-home + url = https://github.com/egor-tensin/linux-home.git |