mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Use ttf-jetbrains-mono-nerd font instead of the non-nerd variant. (#1308)
* Use ttf-jetbrains-mono-nerd font instead of the non-nerd variant. * Update font installation script for JetBrains Mono --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
co-authored by
David Heinemeier Hansson
parent
b388d95d4b
commit
4f6f92b2cc
+1
-1
@@ -96,7 +96,7 @@ sudo pacman -S --noconfirm --needed \
|
||||
tree-sitter-cli \
|
||||
ttf-cascadia-mono-nerd \
|
||||
ttf-ia-writer \
|
||||
ttf-jetbrains-mono \
|
||||
ttf-jetbrains-mono-nerd \
|
||||
typora \
|
||||
tzupdate \
|
||||
ufw \
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
echo "Replace JetBrains Mono font with the Nerd Font edition"
|
||||
|
||||
pkg-add ttf-jetbrains-mono-nerd
|
||||
pkg-remove ttf-jetbrains-mono
|
||||
Reference in New Issue
Block a user