alacritty moved to dir + themes submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -5,3 +5,6 @@
|
||||
[submodule "dotbot-asdf"]
|
||||
path = dotbot-asdf
|
||||
url = https://github.com/sobolevn/dotbot-asdf.git
|
||||
[submodule "alacritty/themes"]
|
||||
path = alacritty/themes
|
||||
url = https://github.com/alacritty/alacritty-theme.git
|
||||
|
||||
@@ -79,7 +79,7 @@ color = "0xffffff"
|
||||
duration = 0
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
hide_when_typing = false
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
@@ -87,6 +87,7 @@ unfocused_hollow = true
|
||||
|
||||
[keyboard]
|
||||
bindings = [
|
||||
{ key = "A", mods = "Command", chars = "\u0001" },
|
||||
{ key = "C", mods = "Command", chars = "\u0003" },
|
||||
{ key = "D", mods = "Command", chars = "\u0004" },
|
||||
{ key = "E", mods = "Command", chars = "\u0005" },
|
||||
1
alacritty/themes
Submodule
1
alacritty/themes
Submodule
Submodule alacritty/themes added at 86c578469e
@@ -10,7 +10,7 @@
|
||||
~/.zshrc: shell/zsh/zshrc
|
||||
~/.bashrc: shell/bash/bashrc
|
||||
~/.config/nvim: nvim
|
||||
~/.alacritty.toml: conf/alacritty.toml
|
||||
~/.config/alacritty: alacritty
|
||||
|
||||
- asdf:
|
||||
- plugin: vim
|
||||
|
||||
Reference in New Issue
Block a user