Initial attempt at yazi configs

This commit is contained in:
Daniel Lynn 2025-04-10 18:13:33 -05:00
parent 8e6b0f6159
commit 2d6cb31351
Signed by: daniel
GPG Key ID: 28496A140E180A9D
6 changed files with 13 additions and 0 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "alacritty-theme"] [submodule "alacritty-theme"]
path = alacritty-theme path = alacritty-theme
url = git@github.com:alacritty/alacritty-theme url = git@github.com:alacritty/alacritty-theme
[submodule "yazi/flavors"]
path = yazi/flavors
url = https://github.com/yazi-rs/flavors.git

View File

@ -47,6 +47,10 @@ mimeapps = { source = "mimeapps.list", target = ".config/mimeapps.list" }
# navi # navi
navi = { source = "navi", target = ".config/navi" } navi = { source = "navi", target = ".config/navi" }
# yazi
yazi_flavors = { source = "yazi/flavors", target = ".config/yazi/flavors", ignore = [ "*.md", "scripts", "LICENSE", "*.json", "*.yaml", ".git", ".github", ".gitignore" ] }
yazi_theme = { source = "yazi/theme.toml", target = ".config/yazi/theme.toml" }
# zellij # zellij
zellij = { source = "zellij", target = ".config/zellij" } zellij = { source = "zellij", target = ".config/zellij" }

View File

@ -3,3 +3,4 @@ alacritty_theme = "Catppuccin-Macchiato"
helix_theme = "catppuccin_mocha" helix_theme = "catppuccin_mocha"
zellij_theme = "catppuccin-macchiato" zellij_theme = "catppuccin-macchiato"
bat_theme = "Catppuccin Mocha" bat_theme = "Catppuccin Mocha"
yazi_flavor = "catppuccin-mocha"

View File

@ -3,3 +3,4 @@ alacritty_theme = "Catppuccin-Latte"
helix_theme = "catppuccin_latte" helix_theme = "catppuccin_latte"
zellij_theme = "catppuccin-latte" zellij_theme = "catppuccin-latte"
bat_theme = "Catppuccin Latte" bat_theme = "Catppuccin Latte"
yazi_flavor = "catppuccin-latte"

1
yazi/flavors Submodule

@ -0,0 +1 @@
Subproject commit 68326b4ca4b5b66da3d4a4cce3050e5e950aade5

3
yazi/theme.toml Normal file
View File

@ -0,0 +1,3 @@
[flavor]
dark = "{{yazi_flavor}}"
light = "{{yazi_flavor}}"