Add alacritty config for macos

This commit is contained in:
Fabian Ising
2022-07-06 11:41:32 +02:00
parent cd1f0ada29
commit 916095cebd
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
env:
TERM: xterm-256color
font:
# The size to use.
size: 12
@@ -6,6 +8,23 @@ font:
family: "MesloLGS NF"
# Style can be specified to pick a specific face.
style: Regular
bold:
family: "MesloLGS NF"
# Style can be specified to pick a specific face.
style: Bold
bold:
family: "MesloLGS NF"
# Style can be specified to pick a specific face.
style: Bold
window:
dynamic_title: true
padding:
x: 0
y: 0
scrolling:
history: 0
colors:
# Default colors
@@ -34,3 +53,9 @@ colors:
magenta: '0xad7fa8'
cyan: '0x34e2e2'
white: '0xeeeeec'
shell:
program: /usr/local/bin/tmux
alt_send_esc: false
live_config_reload: true