We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1719475 commit 3bbcb24Copy full SHA for 3bbcb24
.gitignore
@@ -44,3 +44,4 @@ config/fish/fish_variables
44
config/fish/completions/asdf.fish
45
config/vim/.netrwhist
46
config/vim/extra/*
47
+config/gh/hosts.yml
scripts/install-fonts.sh
@@ -43,6 +43,7 @@ add_fonts_to_sparse_checkout()
43
install_fonts()
{
msgr run "Starting to install NerdFonts..."
+ # shellcheck disable=SC2048,SC2086
./install.sh -q -s ${fonts[*]}
48
msgr run_done "Done"
49
}
0 commit comments