From 43206dba92082709537c8bcc070e0518b7d0699f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 17:12:58 +0200 Subject: [PATCH] Revert "Temporarily yank ttf-ia-writer until bad cache expires" This reverts commit 6f2f48b412b746d2df23ffc253ecd84668c2000d. --- install/packages.sh | 1 + migrations/1756060611.sh | 2 +- migrations/1756411865.sh | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 migrations/1756411865.sh diff --git a/install/packages.sh b/install/packages.sh index 4599f6c..ca9621a 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -102,6 +102,7 @@ sudo pacman -S --noconfirm --needed \ tldr \ tree-sitter-cli \ ttf-cascadia-mono-nerd \ + ttf-ia-writer \ ttf-jetbrains-mono-nerd \ typora \ tzupdate \ diff --git a/migrations/1756060611.sh b/migrations/1756060611.sh index 8fc0378..b1bc95d 100644 --- a/migrations/1756060611.sh +++ b/migrations/1756060611.sh @@ -18,4 +18,4 @@ reinstall_package_opr wl-screenrec reinstall_package_opr python-terminaltexteffects reinstall_package_opr tzupdate reinstall_package_opr typora -# reinstall_package_opr ttf-ia-writer +reinstall_package_opr ttf-ia-writer diff --git a/migrations/1756411865.sh b/migrations/1756411865.sh new file mode 100644 index 0000000..8dcf8ef --- /dev/null +++ b/migrations/1756411865.sh @@ -0,0 +1,3 @@ +echo "Add back ttf-ia-writer if it was missing" + +omarchy-pkg-add ttf-ia-writer