Skip to content

Instantly share code, notes, and snippets.

@sirgallifrey
Created August 31, 2025 09:20
Show Gist options
  • Select an option

  • Save sirgallifrey/cf8d00c64c3cc8f890d95ab89b81723b to your computer and use it in GitHub Desktop.

Select an option

Save sirgallifrey/cf8d00c64c3cc8f890d95ab89b81723b to your computer and use it in GitHub Desktop.
alacritty.toml
[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