diff --git a/install/packages.sh b/install/packages.sh index f50233a..673a248 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -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 \ diff --git a/migrations/1756507384.sh b/migrations/1756507384.sh new file mode 100755 index 0000000..b49888a --- /dev/null +++ b/migrations/1756507384.sh @@ -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