Add dwl submodule

This commit is contained in:
Sravan Balaji
2024-08-31 15:30:10 -04:00
parent 2077b3464f
commit 8389dd809d
3 changed files with 9 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -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

View File

@@ -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

1
dwl/.config/dwl Submodule

Submodule dwl/.config/dwl added at cfc80c8f44