Aggiunta file di configurazione alacritty e kitty.
This commit is contained in:
parent
7be9e0086a
commit
d9abe6253c
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "alacritty/alacritty/themes"]
|
||||||
|
path = alacritty/alacritty/themes
|
||||||
|
url = https://github.com/alacritty/alacritty-theme.git
|
43
alacritty/alacritty.toml
Normal file
43
alacritty/alacritty.toml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import = [
|
||||||
|
"~/.config/alacritty/themes/themes/blood_moon.toml"
|
||||||
|
]
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 0.9
|
||||||
|
blur = true
|
||||||
|
dynamic_title = true
|
||||||
|
|
||||||
|
[window.dimensions]
|
||||||
|
columns = 80
|
||||||
|
lines = 25
|
||||||
|
|
||||||
|
[scrolling]
|
||||||
|
history = 100000
|
||||||
|
|
||||||
|
[font]
|
||||||
|
#size = 12.0
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "SauceCodePro Nerd Font Mono"
|
||||||
|
style = "Regular"
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
unfocused_hollow = true
|
||||||
|
|
||||||
|
[cursor.style]
|
||||||
|
shape = "Block"
|
||||||
|
blinking = "On"
|
||||||
|
|
||||||
|
[cursor.vi_mode_style]
|
||||||
|
shape = "Underline"
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
osc52 = "CopyPaste"
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
bindings = [
|
||||||
|
{ key = "n", mods = "Control | Shift", action = "SpawnNewInstance" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[selection]
|
||||||
|
save_to_clipboard = true
|
1
alacritty/themes
Submodule
1
alacritty/themes
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit cafca9764653f0bd536073a0f882227f04ddc256
|
2543
kitty/kitty.conf
Normal file
2543
kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user