mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
First real commit, for testing purposes.
Will add README.md and clean up obviously AI code later.
This commit is contained in:
14
alacritty/.config/alacritty/alacritty.toml
Normal file
14
alacritty/.config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
[font]
|
||||
normal = { family = "Hack Nerd Font", style = "Regular" }
|
||||
bold = { family = "Hack Nerd Font", style = "Bold" }
|
||||
italic = { family = "Hack Nerd Font", style = "Italic" }
|
||||
size = 11.0
|
||||
|
||||
[window]
|
||||
decorations = "full"
|
||||
opacity = 0.95
|
||||
|
||||
[shell]
|
||||
program = "/usr/bin/fish"
|
||||
args = ["-l"]
|
||||
Reference in New Issue
Block a user