File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,8 @@ brew install font-inconsolata
156156brew install font-fira-code
157157brew install font-fira-mono
158158brew install font-fira-sans
159+ brew install font-jetbrains-mono
160+ brew install font-jetbrains-mono-nerd-font
159161installNerdFonts () {
160162 mkdir -p ~ /Library/Fonts
161163 local -r version=" $( curl -sL https://api.github.com/repos/ryanoasis/nerd-fonts/releases/latest |
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ keybind = alt+left=unbind
2020keybind = alt+right=unbind
2121
2222# Fonts
23- font-size = 15
24- font-family = "FiraCode Nerd Font Mono"
23+ font-size = 14
24+ font-family = "JetBrains Mono"
2525font-style = Retina
2626# disable ligatures
2727font-feature = "-calt"
You can’t perform that action at this time.
0 commit comments