15 lines
243 B
TOML
15 lines
243 B
TOML
[env]
|
|
term = "xterm-256color"
|
|
|
|
[terminal.shell]
|
|
program = "/usr/bin/tmux"
|
|
args = ["new-session", "-A", "-D", "-s", "main"]
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMono Nerd Font"
|
|
|
|
[general]
|
|
import = [
|
|
"~/.config/alacritty/catppuccin-mocha.toml"
|
|
]
|