initial commit

This commit is contained in:
mr0xb 2026-05-15 12:48:33 -04:00
commit c4ff3550e4
No known key found for this signature in database
GPG key ID: D61C4E28AAE1BC5C
36 changed files with 2380 additions and 0 deletions

View 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