Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 6feb77a

Browse files
committed
Fix an issue with color preset name in iTerm
1 parent ccd9b2c commit 6feb77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)