Skip to content

Instantly share code, notes, and snippets.

@awunnenb
Last active March 10, 2022 07:54
Show Gist options
  • Save awunnenb/1d9724bdb6898e9f927fe58b6a5419f1 to your computer and use it in GitHub Desktop.
Save awunnenb/1d9724bdb6898e9f927fe58b6a5419f1 to your computer and use it in GitHub Desktop.
# Alacritty Sample Config
# https://youtu.be/1aw8IDH826Y
colors:
primary:
background: "#1e2127"
foreground: "#D8DEE9"
window_opacity: 0.95
font:
normal:
family: "MesloLGS NF"
style: Regular
bold:
family: "MesloLGS NF"
style: Bold
italic:
family: "MesloLGS NF"
style: Italic
bold_italic:
family: "MesloLGS NF"
style: Bold Italic
size: 16.0
window:
padding:
x: 10
y: 10
#dimensions:
# columns: 160
# lines: 50
startup_mode: Windowed
# Values for `startup_mode`:
# - Windowed
# - Maximized
# - Fullscreen
draw_bold_text_with_bright_colors: true
live_config_reload: true
scrolling:
history: 10000
multiplier: 10
cursor:
style:
shape: Underline
blinking: on
# Windows
working_directory: "C:\\"
@awunnenb
Copy link
Author

awunnenb commented Mar 9, 2022

Windows: save to %APPDATA%\alacritty\alacritty.yml

Linux: save to
$HOME/.config/alacritty/alacritty.yml
$HOME/.alacritty.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment