Skip to content

Commit 3bbcb24

Browse files
committed
chore: tweaks to gitignore and fonts installation
1 parent 1719475 commit 3bbcb24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ config/fish/fish_variables
4444
config/fish/completions/asdf.fish
4545
config/vim/.netrwhist
4646
config/vim/extra/*
47+
config/gh/hosts.yml

scripts/install-fonts.sh

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ add_fonts_to_sparse_checkout()
4343
install_fonts()
4444
{
4545
msgr run "Starting to install NerdFonts..."
46+
# shellcheck disable=SC2048,SC2086
4647
./install.sh -q -s ${fonts[*]}
4748
msgr run_done "Done"
4849
}

0 commit comments

Comments
 (0)