clean init, add alacritty config

This commit is contained in:
2022-11-22 14:48:20 -05:00
parent e75e8a8054
commit d5d760eb74
2 changed files with 77 additions and 6 deletions

56
alacritty/alacritty.yml Normal file
View File

@@ -0,0 +1,56 @@
window:
opacity: 0.7
#decorations: none
#dimensions:
#lines: 120
#columns: 120
selection:
save_to_clipboard: true
font:
# Normal (roman) font face
normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: FiraCode Nerd Font
style: regular
# The `style` can be specified to pick a specific face.
#style: Regular
# Bold font face
#bold:
# Font family
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Bold
# Italic font face
#italic:
# Font family
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Italic
# Bold italic font face
#bold_italic:
# Font family
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Bold Italic