Created
August 31, 2025 09:20
-
-
Save sirgallifrey/cf8d00c64c3cc8f890d95ab89b81723b to your computer and use it in GitHub Desktop.
alacritty.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [window] | |
| startup_mode = "Maximized" | |
| [font] | |
| normal = { family = "RobotoMono Nerd Font", style = "Regular" } | |
| bold = { family = "RobotoMono Nerd Font", style = "Bold" } | |
| italic = { family = "RobotoMono Nerd Font", style = "Italic" } | |
| bold_italic = { family = "RobotoMono Nerd Font", style = "Bold Italic" } | |
| size = 18.0 | |
| [general] | |
| live_config_reload=true | |
| [terminal] | |
| shell = { program = "/opt/homebrew/bin/fish", args = ["-c", "tmuxinator s init"] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment