Compare commits
4 Commits
c83065cc3d
...
yazi
Author | SHA1 | Date | |
---|---|---|---|
2d6cb31351
|
|||
8e6b0f6159
|
|||
71c1ae66e3
|
|||
57a745eda8
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||||
|
@ -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" }
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -5,3 +5,30 @@ file-types = ["test", "local", "development", "staging", "production", "example"
|
|||||||
|
|
||||||
[language-server.rust-analyzer.config.check]
|
[language-server.rust-analyzer.config.check]
|
||||||
command = "clippy"
|
command = "clippy"
|
||||||
|
|
||||||
|
# It is recommended to place the necessary configurations below inside a project's
|
||||||
|
# .helix/languages.toml directory
|
||||||
|
#
|
||||||
|
# [language-server.copilot]
|
||||||
|
# command = "bun"
|
||||||
|
# args = ["run", "/path/to/helix-gpt/src/app.ts", "--handler", "copilot"]
|
||||||
|
#
|
||||||
|
# [[language]]
|
||||||
|
# name = "rust"
|
||||||
|
# language-servers = ["rust-analyzer", "copilot"]
|
||||||
|
#
|
||||||
|
# [[language]]
|
||||||
|
# name = "go"
|
||||||
|
# language-servers = ["gopls", "golangci-lint-lsp", "copilot"]
|
||||||
|
#
|
||||||
|
# [[language]]
|
||||||
|
# name = "typescript"
|
||||||
|
# language-servers = ["typescript-language-server", "copilot"]
|
||||||
|
#
|
||||||
|
# [[language]]
|
||||||
|
# name = "javascript"
|
||||||
|
# language-servers = ["typescript-language-server", "copilot"]
|
||||||
|
#
|
||||||
|
# [[language]]
|
||||||
|
# name = "ruby"
|
||||||
|
# language-servers = ["ruby-lsp", "solargraph", "copilot"]
|
||||||
|
@ -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
1
yazi/flavors
Submodule
Submodule yazi/flavors added at 68326b4ca4
3
yazi/theme.toml
Normal file
3
yazi/theme.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[flavor]
|
||||||
|
dark = "{{yazi_flavor}}"
|
||||||
|
light = "{{yazi_flavor}}"
|
Reference in New Issue
Block a user