Adding dwm as a submodule

This commit is contained in:
Zoe Roux
2022-02-16 22:43:28 +01:00
parent 3ae418dd56
commit 0adb7845c8
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "dwm/dwm"]
path = dwm/dwm
url = git@github.com:AnonymusRaccoon/dwm
Submodule
+1
Submodule dwm/dwm added at 793624a7f3
+2
View File
@@ -2,6 +2,8 @@
set -eu
cd $(dirname $0)
git submodule update --init
info()
{
printf "\r[ \033[00;34m..\033[0m ] $*\n"