mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* 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>
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
echo "Replace JetBrains Mono font with the Nerd Font edition"
|
|
|
|
pkg-add ttf-jetbrains-mono-nerd
|
|
pkg-remove ttf-jetbrains-mono
|