alacritty moved to dir + themes submodule

This commit is contained in:
Dmitry Chumak
2025-04-07 15:59:19 +03:00
parent d271383341
commit 491aae86da
4 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -5,3 +5,6 @@
[submodule "dotbot-asdf"] [submodule "dotbot-asdf"]
path = dotbot-asdf path = dotbot-asdf
url = https://github.com/sobolevn/dotbot-asdf.git url = https://github.com/sobolevn/dotbot-asdf.git
[submodule "alacritty/themes"]
path = alacritty/themes
url = https://github.com/alacritty/alacritty-theme.git

View File

@@ -79,7 +79,7 @@ color = "0xffffff"
duration = 0 duration = 0
[mouse] [mouse]
hide_when_typing = true hide_when_typing = false
[cursor] [cursor]
style = "Block" style = "Block"
@@ -87,6 +87,7 @@ unfocused_hollow = true
[keyboard] [keyboard]
bindings = [ bindings = [
{ key = "A", mods = "Command", chars = "\u0001" },
{ key = "C", mods = "Command", chars = "\u0003" }, { key = "C", mods = "Command", chars = "\u0003" },
{ key = "D", mods = "Command", chars = "\u0004" }, { key = "D", mods = "Command", chars = "\u0004" },
{ key = "E", mods = "Command", chars = "\u0005" }, { key = "E", mods = "Command", chars = "\u0005" },

1
alacritty/themes Submodule

Submodule alacritty/themes added at 86c578469e

View File

@@ -10,7 +10,7 @@
~/.zshrc: shell/zsh/zshrc ~/.zshrc: shell/zsh/zshrc
~/.bashrc: shell/bash/bashrc ~/.bashrc: shell/bash/bashrc
~/.config/nvim: nvim ~/.config/nvim: nvim
~/.alacritty.toml: conf/alacritty.toml ~/.config/alacritty: alacritty
- asdf: - asdf:
- plugin: vim - plugin: vim