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)
# Will prompt if not set.
# 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)
download_cover = true

View File

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

View File

@@ -6,8 +6,10 @@
[color]
# Enable colors in color-supporting terminals
ui = auto
[init]
defaultBranch = main
[pull]
rebase = true
rebase = true
[alias]
# List available aliases
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'

10
.gitmodules vendored
View File

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

View File

@@ -194,7 +194,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = master
[submodule ".xmonad"]
path = .xmonad
url = git@github.com:balajsra/xmonad.git
url = https://gitea.sravanbalaji.com/sravan/xmonad.git
branch = master
[submodule ".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
[submodule ".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
[submodule ".config/emacs"]
path = .config/emacs
@@ -214,7 +214,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = main
[submodule ".config/personal-emacs"]
path = .config/personal-emacs
url = git@github.com:balajsra/emacs.git
url = https://gitea.sravanbalaji.com/sravan/emacs.git
branch = main
[submodule ".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
[submodule ".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
[submodule ".config/zathura"]
path = .config/zathura
@@ -242,7 +242,7 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
branch = main
[submodule ".config/awesome"]
path = .config/awesome
url = git@github.com:balajsra/awesome.git
url = https://gitea.sravanbalaji.com/sravan/awesome.git
branch = main
#+END_SRC
@@ -304,8 +304,10 @@ stow -v -D .
[color]
# Enable colors in color-supporting terminals
ui = auto
[init]
defaultBranch = main
[pull]
rebase = true
rebase = true
[alias]
# List available aliases
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'
@@ -3306,6 +3308,7 @@ read_only = ""
"Finances" = "  "
"Downloads" = "  "
"Games" = "  "
"Git" = " 󰊢"
"PrismLauncher" = " 󰍳 "
"Steam" = "  "
"ISOs" = " 󰗮 "
@@ -7786,7 +7789,7 @@ create_volume_dir = false
# Default sources to use. (string array)
# Will prompt if not set.
# 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)
download_cover = true