chore: tweaks to gitignore and fonts installation

This commit is contained in:
2025-03-18 00:15:07 +02:00
parent 17194755e6
commit 3bbcb248ba
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ add_fonts_to_sparse_checkout()
install_fonts()
{
msgr run "Starting to install NerdFonts..."
# shellcheck disable=SC2048,SC2086
./install.sh -q -s ${fonts[*]}
msgr run_done "Done"
}