Skip to content

Instantly share code, notes, and snippets.

@madureira
Created February 11, 2023 23:00
Show Gist options
  • Save madureira/d6976bb2f1831dc2486fc82f3dea6b08 to your computer and use it in GitHub Desktop.
Save madureira/d6976bb2f1831dc2486fc82f3dea6b08 to your computer and use it in GitHub Desktop.
My personal Alacritty configuration
env:
TERM: xterm-256color
window:
decorations: full
opacity: 0.9
dynamic_title: true
font:
size: 18.0
normal:
family: "Liberation Mono for Powerline"
style: Regular
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
cursor:
blink_interval: 500
blink_timeout: 0
style:
shape: Block
blinking: Always
mouse:
hide_when_typing: true
mouse_bindings:
- { mouse: Middle, action: PasteSelection }
save_to_clipboard: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment