Compare commits

2 Commits

Author SHA1 Message Date
8b1d380eae Added alacritty config 2025-09-03 12:44:16 +03:00
e9c1eaeca7 Merge pull request 'Update zshrc with powerlevel10k' (#1) from powerlevel10k into main
Reviewed-on: #1
2025-09-03 09:40:53 +00:00

35
alacritty/alacritty.toml Normal file
View File

@@ -0,0 +1,35 @@
[env]
TERM = "xterm-256color"
[terminal]
shell = "/usr/bin/zsh"
[window]
padding.x = 10
padding.y = 10
decorations = "None"
opacity = 0.99
blur = true
# option_as_alt = "Both"
[font]
normal = { family = "FiraCode Nerd Font Mono", style = "Regular" }
bold = { family = "HackNerdFont Mono", style = "Bold" }
italic = { family = "HackNerdFont Mono", style = "Italic" }
size = 10
[selection]
save_to_clipboard = true
[[keyboard.bindings]]
key = "Space"
mods = "Control"
chars = "\u0000"
[general]
import = [
"~/.config/alacritty/themes/themes/coolnight.toml"
# "~/.config/alacritty/themes/themes/gotham.toml"
]