Add alacritty config for macos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user