(install.sh, install_nvm.sh): refactor font installation logic to check for existing fonts before downloading, and remove redundant echo statement in install_nvm.sh

This commit is contained in:
Frank Qing
2025-05-28 15:11:24 +08:00
parent 18a56766c6
commit 5088da8a75
4 changed files with 55 additions and 5 deletions

View File

@@ -25,5 +25,3 @@ curl -s https://git.miomio.moe/mio/easyzsh/raw/branch/master/patch.sh | bash -s
# Restore original working directory
cd "$ORIGINAL_DIR"
echo -e "\nAll basic packages have been installed. Restart your terminal or run 'source ~/.zshrc' to start using them.\n"