-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.alacritty.yml
46 lines (39 loc) · 902 Bytes
/
.alacritty.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# https://alacritty.org/config-alacritty.html
shell:
program: /bin/zsh
args:
- -l
env:
# for true color support
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
TERM: xterm-256color
window:
startup_mode: Fullscreen
# DOWNLOAD HERE: https://www.nerdfonts.com/font-downloads
# must be a "Nerd Font" for icons to work on nvim-tree
# OLD FONTS:
# - Hack Nerd Font
font:
size: 14.0
normal:
family: JetBrainsMono Nerd Font
style: Regular
bold:
family: JetBrainsMono Nerd Font
style: Bold
scrolling:
# How many lines of scrollback to keep,
# '0' will disable scrolling.
history: 10000
mouse:
double_click: {threshold: 300}
triple_click: {threshold: 300}
hide_when_typing: true
hints:
launcher:
program: open
modifiers: None
copy_on_selection: true
save_to_clipboard: true
selection:
save_to_clipboard: true