add check.sh for checking if the softwares are installed

This commit is contained in:
2025-04-21 16:48:40 +08:00
parent 2b08d06733
commit 5f6f3eacb0
2 changed files with 40 additions and 1 deletions

View File

@@ -12,8 +12,11 @@ if [ "$1" = "zsh" ]; then
echo "Config Oh My Zsh..."
zsh "$current_dir/zsh/config_ohmyzsh.sh"
elif [ "$i" = "p10k" ]; then
echo "Config Powerlevel10k..."
echo "config powerlevel10k..."
zsh "$current_dir/zsh/config_p10k.sh"
elif [ "$i" = "check" ]; then
echo "chcking uninstalled software..."
zsh "$current_dir/zsh/check.sh"
fi
done
fi