diff --git a/install/packages.sh b/install/packages.sh index 7800d23..f50233a 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -95,7 +95,6 @@ sudo pacman -S --noconfirm --needed \ tldr \ tree-sitter-cli \ ttf-cascadia-mono-nerd \ - ttf-font-awesome \ ttf-ia-writer \ ttf-jetbrains-mono \ typora \ @@ -113,6 +112,7 @@ sudo pacman -S --noconfirm --needed \ wl-clip-persist \ wl-clipboard \ wl-screenrec \ + woff2-font-awesome \ xdg-desktop-portal-gtk \ xdg-desktop-portal-hyprland \ xmlstarlet \ diff --git a/migrations/1756369776.sh b/migrations/1756369776.sh new file mode 100644 index 0000000..9b33e74 --- /dev/null +++ b/migrations/1756369776.sh @@ -0,0 +1,4 @@ +echo "Move to the new woff2 format for Font Awesome 7.0" + +sudo pacman -S --noconfirm --needed woff2-font-awesome +sudo pacman -Rns --noconfirm ttf-font-awesome || true