-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathalacritty.local.toml
41 lines (34 loc) · 1.75 KB
/
alacritty.local.toml
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
[font]
size = 14
# List fonts already install on MacOS
# asutil fonts -list | less
# 1. Github Mona: https://github.com/mona-sans
# brew install font-monaspace-nerd-font
#
# Note: The official name is Monaspace (from Github). The one-off patched
# Nerd Font complete with all the special glyphs is called Monaspice
normal = { family = "MonaspiceNe Nerd Font Mono", style = "Regular" }
bold = { family = "MonaspiceNe Nerd Font Mono", style = "Bold" }
italic = { family = "MonaspiceRn Nerd Font Mono", style = "Regular" }
bold_italic = { family = "MonaspiceRn Nerd Font Mono", style = "Bold" }
# 2. Microsoft Cascadia: https://github.com/microsoft/cascadia-code
# brew install --cask caskaydia-cove-nerd-font-mono
#
# normal = { family = "CaskaydiaCove Nerd Font Mono", style = "Regular" }
# bold = { family = "CaskaydiaCove Nerd Font Mono", style = "Bold" }
# italic = { family = "CaskaydiaCove Nerd Font Mono", style = "Italic" }
# bold_italic = { family = "CaskaydiaCove Nerd Font Mono", style = "Bold Italic" }
# 3. Jetbrains: https://www.jetbrains.com/lp/mono/
# brew install --cask font-jetbrains-nerd-font
#
# normal = { family = "JetbrainsMono Nerd Font Mono", style = "Regular" }
# bold = { family = "JetbrainsMono Nerd Font Mono", style = "Bold" }
# italic = { family = "JetbrainsMono Nerd Font Mono", style = "Italic" }
# bold_italic = { family = "JetbrainsMono Nerd Font Mono", style = "Regular" }
# 4. FiraCode: https://github.com/tonsky/FiraCode
# brew install --cask font-fira-code-nerd-font
#
# normal = { family = "FiraCode Nerd Font Mono", style = "Regular" }
# bold = { family = "FiraCode Nerd Font Mono", style = "Bold" }
# italic = { family = "FiraCode Nerd Font Mono", style = "Italic" }
# bold_italic = { family = "FiraCode Nerd Font Mono", style = "Regular" }