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

1
.gitignore vendored
View File

@@ -44,3 +44,4 @@ config/fish/fish_variables
config/fish/completions/asdf.fish
config/vim/.netrwhist
config/vim/extra/*
config/gh/hosts.yml

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"
}