From 6816bdcdbd90a68e261167b6790eaf2c73288c77 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 7 Mar 2023 14:56:21 +0800 Subject: [PATCH] Update install.sh --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index a6c23230..023fccba 100755 --- a/install.sh +++ b/install.sh @@ -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