From 94676f4276cb5afb40d0807685f111d1244e162f Mon Sep 17 00:00:00 2001 From: Eugene Obrezkov Date: Wed, 23 Jun 2021 19:27:07 +0300 Subject: [PATCH] Improve wording for post-installation steps --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 7cfd78c..f65b0ec 100644 --- a/install.sh +++ b/install.sh @@ -113,9 +113,9 @@ function print_post_installation() { print "$SUCCESS_LEVEL" "The script accomplished all the commands it was told to do" print "$SUCCESS_LEVEL" "Unfortunately, some things can’t be automated and you need to do them manually" print "$SUCCESS_LEVEL" " " - print "$SUCCESS_LEVEL" "1) Open iTerm -> Preferences -> Profiles -> Colors -> Presets and apply Material Design preset" - print "$SUCCESS_LEVEL" "2) Open iTerm -> Preferences -> Profiles -> Text -> Font and apply FiraCode Nerd Font with ligatures" - print "$SUCCESS_LEVEL" "3) Open iTerm -> Preferences -> Profiles -> Text -> Non-ASCII Font and apply FiraCode Nerd Font with ligatures" + print "$SUCCESS_LEVEL" "1) Open iTerm -> Preferences -> Profiles -> Colors -> Color Presets and apply Material Design preset" + print "$SUCCESS_LEVEL" "2) Open iTerm -> Preferences -> Profiles -> Text -> Font and apply FiraCode Nerd Font with ligatures checkbox ticked" + print "$SUCCESS_LEVEL" "3) Open iTerm -> Preferences -> Profiles -> Text -> Use a different font for non-ASCII text and apply FiraCode Nerd Font with ligatures checkbox ticked" } print_banner