From b8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 22 May 2016 15:46:42 +0200 Subject: add projects as submodules --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a18a4ca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "static/downloads/internet-is-magic/source"] + path = static/downloads/internet-is-magic/source + url = git://schneefux.xyz/internet-is-magic +[submodule "static/downloads/music-led/source"] + path = static/downloads/music-led/source + url = git://schneefux.xyz/mpd-rgb-vis +[submodule "static/downloads/weather-snowman/source"] + path = static/downloads/weather-snowman/source + url = git://schneefux.xyz/weather-snowman -- cgit v1.3.1