mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-29 12:14:57 -04:00
initial commit
This commit is contained in:
commit
c4ff3550e4
36 changed files with 2380 additions and 0 deletions
48
.config/alacritty/alacritty.toml
Normal file
48
.config/alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
import = [
|
||||
"/Users/steve.briggs/.config/alacritty/themes/hardhacker.toml",
|
||||
# "/Users/steve.briggs/.config/alacritty/themes/twdark.toml",
|
||||
"/Users/steve.briggs/.config/alacritty/bindings.toml"
|
||||
]
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
|
||||
[font]
|
||||
size = 18
|
||||
|
||||
[font.bold]
|
||||
family = "MesloLGS NF"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "MesloLGS NF"
|
||||
style = "Bold"
|
||||
|
||||
[font.normal]
|
||||
family = "MesloLGS NF"
|
||||
style = "Regular"
|
||||
|
||||
[[hints.enabled]]
|
||||
command = "open"
|
||||
post_processing = true
|
||||
regex = "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\" {-}\\^⟨⟩`]+"
|
||||
|
||||
[hints.enabled.mouse]
|
||||
mods = "Control|Shift"
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
multiplier = 3
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
|
||||
[shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
||||
|
||||
[window.padding]
|
||||
x = 5
|
||||
y = 5
|
||||
Loading…
Reference in a new issue