Update install.sh

This commit is contained in:
vinceliuice 2023-03-07 14:56:21 +08:00
parent 0ece2481fc
commit 6816bdcdbd

View file

@ -16,6 +16,9 @@ THEME_NAME=WhiteSur
COLOR_VARIANTS=('' '-dark')
THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-grey' '-nord')
themes=()
colors=()
usage() {
cat << EOF
Usage: $0 [OPTION]...
@ -286,3 +289,5 @@ if [[ "${remove}" == 'true' ]]; then
else
install_theme
fi
exit 1