From 8389dd809dbb76576840603121ff96cbd29b8b67 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 31 Aug 2024 15:30:10 -0400 Subject: [PATCH] Add dwl submodule --- .gitmodules | 4 ++++ README.org | 4 ++++ dwl/.config/dwl | 1 + 3 files changed, 9 insertions(+) create mode 160000 dwl/.config/dwl diff --git a/.gitmodules b/.gitmodules index 610563f..37c5fbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,3 +89,7 @@ path = tmux/.tmux/plugins/tmux url = git@github.com:dracula/tmux.git branch = master +[submodule "dwl"] + path = dwl/.config/dwl + url = ../dwl.git + branch = main diff --git a/README.org b/README.org index d7c4e9f..a3a014e 100644 --- a/README.org +++ b/README.org @@ -230,6 +230,10 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks. path = tmux/.tmux/plugins/tmux url = git@github.com:dracula/tmux.git branch = master +[submodule "dwl"] + path = dwl/.config/dwl + url = ../dwl.git + branch = main #+END_SRC ** Ignoring files and directories diff --git a/dwl/.config/dwl b/dwl/.config/dwl new file mode 160000 index 0000000..cfc80c8 --- /dev/null +++ b/dwl/.config/dwl @@ -0,0 +1 @@ +Subproject commit cfc80c8f44ef47b8da903687f075382a1432ae04