diff --git a/.gitmodules b/.gitmodules index 37c5fbe..1db72c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -93,3 +93,7 @@ path = dwl/.config/dwl url = ../dwl.git branch = main +[submodule "dracula-calibre-theme"] + path = calibre/.themes/dracula-calibre + url = git@github.com:dracula/calibre.git + branch = main diff --git a/README.org b/README.org index 3806501..69a96f1 100644 --- a/README.org +++ b/README.org @@ -237,6 +237,10 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks. path = dwl/.config/dwl url = ../dwl.git branch = main +[submodule "dracula-calibre-theme"] + path = calibre/.themes/dracula-calibre + url = git@github.com:dracula/calibre.git + branch = main #+END_SRC ** Ignoring files and directories @@ -8912,6 +8916,7 @@ stow-create: -S betterlockscreen \ -S blender \ -S brightness \ + -S calibre \ -S deadd \ -S dunst \ -S dwl \ @@ -8969,6 +8974,7 @@ stow-delete: -D betterlockscreen \ -D blender \ -D brightness \ + -D calibre \ -D deadd \ -D dunst \ -D dwl \ @@ -9026,6 +9032,7 @@ stow-recreate: -R betterlockscreen \ -R blender \ -R brightness \ + -R calibre \ -R deadd \ -R dunst \ -R dwl \ diff --git a/calibre/.themes/dracula-calibre b/calibre/.themes/dracula-calibre new file mode 160000 index 0000000..ff1091e --- /dev/null +++ b/calibre/.themes/dracula-calibre @@ -0,0 +1 @@ +Subproject commit ff1091e19e4e74beffebe2651234da7bcde75b20 diff --git a/justfile b/justfile index 4b93246..da87068 100644 --- a/justfile +++ b/justfile @@ -29,6 +29,7 @@ stow-create: -S betterlockscreen \ -S blender \ -S brightness \ + -S calibre \ -S deadd \ -S dunst \ -S dwl \ @@ -86,6 +87,7 @@ stow-delete: -D betterlockscreen \ -D blender \ -D brightness \ + -D calibre \ -D deadd \ -D dunst \ -D dwl \ @@ -143,6 +145,7 @@ stow-recreate: -R betterlockscreen \ -R blender \ -R brightness \ + -R calibre \ -R deadd \ -R dunst \ -R dwl \