mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-01 22:39:24 +00:00
Migrate fonts to packages
This commit is contained in:
12
migrations/1753908454.sh
Normal file
12
migrations/1753908454.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
echo "Migrate from manually downloaded fonts to font packages"
|
||||||
|
if ! yay -Q ttf-cascadia-mono-nerd &>/dev/null; then
|
||||||
|
yay -S --noconfirm ttf-cascadia-mono-nerd
|
||||||
|
rm -rf ~/.local/share/fonts/Caskaydia*
|
||||||
|
fc-cache
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ! yay -Q ttf-ia-writer &>/dev/null; then
|
||||||
|
yay -S --noconfirm ttf-ia-writer
|
||||||
|
rm -rf ~/.local/share/fonts/iAWriterMonoS*
|
||||||
|
fc-cache
|
||||||
|
fi
|
Reference in New Issue
Block a user