1
0

Adding alacritty config to the Linux setup

This commit is contained in:
2024-03-02 16:30:21 +01:00
parent 9f4c35e00e
commit 9d5d6ffe12
5 changed files with 1783 additions and 1413 deletions

22
alacritty/alacritty.toml Normal file
View File

@ -0,0 +1,22 @@
# Live config reload
live_config_reload = true
[env]
projects = "~/Documents/Development"
[window]
opacity = 0.8
startup_mode = "Windowed"
dynamic_title = false
title = "Alacritty Terminal"
[font]
size = 13
normal = {family="Hack Nerd Font", style="Regular" }
bold = {family="Hack Nerd Font", style="Bold" }
italic = {family="Hack Nerd Font", style="Italic" }
bold_italic = {family="Hack Nerd Font", style="Bold Italic" }
[cursor]
style = { shape="Block", blinking="On" }