Last active
March 10, 2022 07:54
-
-
Save awunnenb/1d9724bdb6898e9f927fe58b6a5419f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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:\\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows: save to %APPDATA%\alacritty\alacritty.yml
Linux: save to
$HOME/.config/alacritty/alacritty.yml
$HOME/.alacritty.yml