This repository was archived by the owner on Jun 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function install_iterm_color_scheme() {
7171 print " $INFO_LEVEL " " Installing Color Scheme..."
7272 print " $INFO_LEVEL " " Please, close opened iTerm instance when it's done importing the scheme..."
7373
74- COLOR_SCHEME_PATH=" $TEMP_DIR /iterm_color_scheme .itermcolors"
74+ COLOR_SCHEME_PATH=" $TEMP_DIR /Material Design .itermcolors"
7575 curl --silent --location --output " $COLOR_SCHEME_PATH " " $COLOR_SCHEME_URL "
7676 open -W -n " $COLOR_SCHEME_PATH "
7777}
@@ -113,7 +113,7 @@ function print_post_installation() {
113113 print " $SUCCESS_LEVEL " " The script accomplished all the commands it was told to do"
114114 print " $SUCCESS_LEVEL " " Unfortunately, some things can’t be automated and you need to do them manually"
115115 print " $SUCCESS_LEVEL " " "
116- print " $SUCCESS_LEVEL " " 1) Open iTerm -> Preferences -> Profiles -> Colors -> Presets and apply material-design-colors preset"
116+ print " $SUCCESS_LEVEL " " 1) Open iTerm -> Preferences -> Profiles -> Colors -> Presets and apply Material Design preset"
117117 print " $SUCCESS_LEVEL " " 2) Open iTerm -> Preferences -> Profiles -> Text -> Font and apply FiraCode Nerd Font with ligatures"
118118 print " $SUCCESS_LEVEL " " 3) Open iTerm -> Preferences -> Profiles -> Text -> Non-ASCII Font and apply FiraCode Nerd Font with ligatures"
119119}
You can’t perform that action at this time.
0 commit comments