Update Submodules

- Update doom emacs
- Update doom emacs config
- Merge in upstream dwm-flexipatch changes
- Add Manganelo to Mangal sources
- Add starship icon for Git directory (changed from Projects)
- Add `main` as default branch name in git config
- Update git submodule URLs to point to gitea instance instead of github
- Update bunch of dracula themes
This commit is contained in:
Sravan Balaji
2023-11-12 12:49:26 -05:00
parent e8f79c01ba
commit e86caa8d8e
15 changed files with 30 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ create_volume_dir = false
# Default sources to use. (string array) # Default sources to use. (string array)
# Will prompt if not set. # Will prompt if not set.
# Type "mangal sources list" to show available sources # Type "mangal sources list" to show available sources
default_sources = [ "Mangadex", "Manganelo", "Manganato", "Mangapill", "AsuraScans", "FlameScans", "LuminousScans", "Mangasee", "Readmanga" ] default_sources = [ "Mangadex", "Manganelo", "Manganato", "Mangapill", "AsuraScans", "FlameScans", "LuminousScans", "Manganelo", "Mangasee", "Readmanga" ]
# Whether to download manga cover or not (bool) # Whether to download manga cover or not (bool)
download_cover = true download_cover = true

View File

@@ -60,6 +60,7 @@ read_only = ""
"Finances" = "  " "Finances" = "  "
"Downloads" = "  " "Downloads" = "  "
"Games" = "  " "Games" = "  "
"Git" = " 󰊢"
"PrismLauncher" = " 󰍳 " "PrismLauncher" = " 󰍳 "
"Steam" = "  " "Steam" = "  "
"ISOs" = " 󰗮 " "ISOs" = " 󰗮 "

View File

@@ -6,6 +6,8 @@
[color] [color]
# Enable colors in color-supporting terminals # Enable colors in color-supporting terminals
ui = auto ui = auto
[init]
defaultBranch = main
[pull] [pull]
rebase = true rebase = true
[alias] [alias]

10
.gitmodules vendored
View File

@@ -56,7 +56,7 @@
branch = master branch = master
[submodule ".xmonad"] [submodule ".xmonad"]
path = .xmonad path = .xmonad
url = git@github.com:balajsra/xmonad.git url = https://gitea.sravanbalaji.com/sravan/xmonad.git
branch = master branch = master
[submodule ".themes/dracula-qbittorrent"] [submodule ".themes/dracula-qbittorrent"]
path = .themes/dracula-qbittorrent path = .themes/dracula-qbittorrent
@@ -68,7 +68,7 @@
branch = main branch = main
[submodule ".config/dwm-flexipatch"] [submodule ".config/dwm-flexipatch"]
path = .config/dwm-flexipatch path = .config/dwm-flexipatch
url = git@github.com:balajsra/dwm-flexipatch.git url = https://gitea.sravanbalaji.com/sravan/dwm-flexipatch.git
branch = master branch = master
[submodule ".config/emacs"] [submodule ".config/emacs"]
path = .config/emacs path = .config/emacs
@@ -76,7 +76,7 @@
branch = main branch = main
[submodule ".config/personal-emacs"] [submodule ".config/personal-emacs"]
path = .config/personal-emacs path = .config/personal-emacs
url = git@github.com:balajsra/emacs.git url = https://gitea.sravanbalaji.com/sravan/emacs.git
branch = main branch = main
[submodule ".config/doom-emacs"] [submodule ".config/doom-emacs"]
path = .config/doom-emacs path = .config/doom-emacs
@@ -84,7 +84,7 @@
branch = master branch = master
[submodule ".config/doom-emacs-config"] [submodule ".config/doom-emacs-config"]
path = .config/doom-emacs-config path = .config/doom-emacs-config
url = git@github.com:balajsra/doom-emacs-config.git url = https://gitea.sravanbalaji.com/sravan/doom-emacs-config.git
branch = master branch = master
[submodule ".config/zathura"] [submodule ".config/zathura"]
path = .config/zathura path = .config/zathura
@@ -104,5 +104,5 @@
branch = main branch = main
[submodule ".config/awesome"] [submodule ".config/awesome"]
path = .config/awesome path = .config/awesome
url = git@github.com:balajsra/awesome.git url = https://gitea.sravanbalaji.com/sravan/awesome.git
branch = main branch = main

View File

@@ -194,7 +194,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = master branch = master
[submodule ".xmonad"] [submodule ".xmonad"]
path = .xmonad path = .xmonad
url = git@github.com:balajsra/xmonad.git url = https://gitea.sravanbalaji.com/sravan/xmonad.git
branch = master branch = master
[submodule ".themes/dracula-qbittorrent"] [submodule ".themes/dracula-qbittorrent"]
path = .themes/dracula-qbittorrent path = .themes/dracula-qbittorrent
@@ -206,7 +206,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = main branch = main
[submodule ".config/dwm-flexipatch"] [submodule ".config/dwm-flexipatch"]
path = .config/dwm-flexipatch path = .config/dwm-flexipatch
url = git@github.com:balajsra/dwm-flexipatch.git url = https://gitea.sravanbalaji.com/sravan/dwm-flexipatch.git
branch = master branch = master
[submodule ".config/emacs"] [submodule ".config/emacs"]
path = .config/emacs path = .config/emacs
@@ -214,7 +214,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = main branch = main
[submodule ".config/personal-emacs"] [submodule ".config/personal-emacs"]
path = .config/personal-emacs path = .config/personal-emacs
url = git@github.com:balajsra/emacs.git url = https://gitea.sravanbalaji.com/sravan/emacs.git
branch = main branch = main
[submodule ".config/doom-emacs"] [submodule ".config/doom-emacs"]
path = .config/doom-emacs path = .config/doom-emacs
@@ -222,7 +222,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = master branch = master
[submodule ".config/doom-emacs-config"] [submodule ".config/doom-emacs-config"]
path = .config/doom-emacs-config path = .config/doom-emacs-config
url = git@github.com:balajsra/doom-emacs-config.git url = https://gitea.sravanbalaji.com/sravan/doom-emacs-config.git
branch = master branch = master
[submodule ".config/zathura"] [submodule ".config/zathura"]
path = .config/zathura path = .config/zathura
@@ -242,7 +242,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = main branch = main
[submodule ".config/awesome"] [submodule ".config/awesome"]
path = .config/awesome path = .config/awesome
url = git@github.com:balajsra/awesome.git url = https://gitea.sravanbalaji.com/sravan/awesome.git
branch = main branch = main
#+END_SRC #+END_SRC
@@ -304,6 +304,8 @@ stow -v -D .
[color] [color]
# Enable colors in color-supporting terminals # Enable colors in color-supporting terminals
ui = auto ui = auto
[init]
defaultBranch = main
[pull] [pull]
rebase = true rebase = true
[alias] [alias]
@@ -3306,6 +3308,7 @@ read_only = ""
"Finances" = "  " "Finances" = "  "
"Downloads" = "  " "Downloads" = "  "
"Games" = "  " "Games" = "  "
"Git" = " 󰊢"
"PrismLauncher" = " 󰍳 " "PrismLauncher" = " 󰍳 "
"Steam" = "  " "Steam" = "  "
"ISOs" = " 󰗮 " "ISOs" = " 󰗮 "
@@ -7786,7 +7789,7 @@ create_volume_dir = false
# Default sources to use. (string array) # Default sources to use. (string array)
# Will prompt if not set. # Will prompt if not set.
# Type "mangal sources list" to show available sources # Type "mangal sources list" to show available sources
default_sources = [ "Mangadex", "Manganelo", "Manganato", "Mangapill", "AsuraScans", "FlameScans", "LuminousScans", "Mangasee", "Readmanga" ] default_sources = [ "Mangadex", "Manganelo", "Manganato", "Mangapill", "AsuraScans", "FlameScans", "LuminousScans", "Manganelo", "Mangasee", "Readmanga" ]
# Whether to download manga cover or not (bool) # Whether to download manga cover or not (bool)
download_cover = true download_cover = true