Skip to content

Commit 7490e70

Browse files
authored
feat(brew): add font-roboto-mono-nerd-font (#33)
1 parent ce94cc5 commit 7490e70

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

config/iterm2/.config/com.googlecode.iterm2.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
<key>Non-ASCII Anti Aliased</key>
271271
<true/>
272272
<key>Normal Font</key>
273-
<string>MesloLGS-NF-Regular 13</string>
273+
<string>RobotoMonoNF-Rg 13</string>
274274
<key>Only The Default BG Color Uses Transparency</key>
275275
<true/>
276276
<key>Option Key Sends</key>
@@ -330,7 +330,7 @@
330330
<key>Use Non-ASCII Font</key>
331331
<false/>
332332
<key>Vertical Spacing</key>
333-
<real>1</real>
333+
<real>0.80000000000000004</real>
334334
<key>Visual Bell</key>
335335
<true/>
336336
<key>Window Type</key>
@@ -628,7 +628,7 @@
628628
<key>Non-ASCII Anti Aliased</key>
629629
<true/>
630630
<key>Normal Font</key>
631-
<string>Monaco 12</string>
631+
<string>RobotoMonoNF-Rg 13</string>
632632
<key>Only The Default BG Color Uses Transparency</key>
633633
<true/>
634634
<key>Option Key Sends</key>
@@ -688,7 +688,7 @@
688688
<key>Use Non-ASCII Font</key>
689689
<false/>
690690
<key>Vertical Spacing</key>
691-
<real>1</real>
691+
<real>0.80000000000000004</real>
692692
<key>Visual Bell</key>
693693
<true/>
694694
<key>Window Type</key>

config/vscode/Application Support/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"FIG_NEW_SESSION": "1",
128128
"Q_NEW_SESSION": "1"
129129
},
130-
"terminal.integrated.fontFamily": "MesloLGS NF",
130+
"terminal.integrated.fontFamily": "RobotoMonoNF-Rg",
131131
"terminal.integrated.macOptionIsMeta": true,
132132
"todo-tree.general.tags": [
133133
"BUG",
@@ -154,5 +154,6 @@
154154
],
155155
"workbench.startupEditor": "none",
156156
"notebook.lineNumbers": "on",
157-
"notebook.output.scrolling": true
157+
"notebook.output.scrolling": true,
158+
"editor.fontFamily": "RobotoMonoNF-Rg, Menlo, Monaco, 'Courier New', monospace"
158159
}

data/brew/Brewfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ brew "tesseract"
1515
brew "ttyd"
1616
brew "unbound"
1717

18+
# Fonts
19+
cask "font-roboto-mono-nerd-font"
20+
1821
# Tools
1922

2023
## Core Tools

0 commit comments

Comments
 (0)