EWW Submodule

- Update dwm-flexipatch submodule
- Add ccls-cache and a vim file to gitignore
- Add eww submodule
This commit is contained in:
Sravan Balaji
2024-03-30 09:06:07 -04:00
parent 6c97c5ff6f
commit 2c6ef02cb5
5 changed files with 14 additions and 1 deletions

1
.config/eww Submodule

Submodule .config/eww added at b607a73fb7

3
.gitignore vendored
View File

@@ -8,3 +8,6 @@
!.config/autorandr/postswitch
.themes/dracula-pro
.ccls-cache/
.vim/.netrwhist

3
.gitmodules vendored
View File

@@ -114,3 +114,6 @@
path = .themes/dracula-qt5
url = git@github.com:dracula/qt5.git
branch = master
[submodule ".config/eww"]
path = .config/eww
url = ssh://gitea@gitea.sravanbalaji.com:2222/sravan/eww.git

View File

@@ -258,6 +258,9 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
path = .themes/dracula-qt5
url = git@github.com:dracula/qt5.git
branch = master
[submodule ".config/eww"]
path = .config/eww
url = ssh://gitea@gitea.sravanbalaji.com:2222/sravan/eww.git
#+END_SRC
** Ignoring files and directories
@@ -291,6 +294,9 @@ Things to ignore in dotfiles git repo.
!.config/autorandr/postswitch
.themes/dracula-pro
.ccls-cache/
.vim/.netrwhist
#+END_SRC
* Git