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:
Submodule .config/doom-emacs updated: 042fe0c438...986398504d
Submodule .config/doom-emacs-config updated: ff370e62a8...e7b1508a60
Submodule .config/dwm-flexipatch updated: 91ded7cbaa...bd29edf9c0
@@ -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
|
||||||
|
@@ -60,6 +60,7 @@ read_only = ""
|
|||||||
"Finances" = " "
|
"Finances" = " "
|
||||||
"Downloads" = " "
|
"Downloads" = " "
|
||||||
"Games" = " "
|
"Games" = " "
|
||||||
|
"Git" = " "
|
||||||
"PrismLauncher" = " "
|
"PrismLauncher" = " "
|
||||||
"Steam" = " "
|
"Steam" = " "
|
||||||
"ISOs" = " "
|
"ISOs" = " "
|
||||||
|
@@ -6,8 +6,10 @@
|
|||||||
[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]
|
||||||
# List available aliases
|
# List available aliases
|
||||||
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'
|
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'
|
||||||
|
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -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
|
||||||
|
Submodule .themes/dracula-fish updated: 0e51af5e53...269cd7d76d
Submodule .themes/dracula-freecad updated: c1d7056838...c74df35fbf
Submodule .themes/dracula-gnome-terminal updated: 5d7fd91f30...ccc75a2d7f
Submodule .themes/dracula-gtk updated: 42dc8ed050...e3400f7c08
Submodule .themes/dracula-libreoffice updated: 2b9ecb6ee7...fae6772b8d
Submodule .themes/dracula-steam updated: a184151696...2b0ebe0e8e
Submodule .vim/pack/themes/start/dracula updated: eb577d47b0...6495b4ff40
17
README.org
17
README.org
@@ -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,8 +304,10 @@ 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]
|
||||||
# List available aliases
|
# List available aliases
|
||||||
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'
|
aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g'
|
||||||
@@ -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
|
||||||
|
Reference in New Issue
Block a user