diff --git a/script/install.d/30-iterm2.sh b/script/install.d/30-iterm2.sh index 842d6ba..f718466 100644 --- a/script/install.d/30-iterm2.sh +++ b/script/install.d/30-iterm2.sh @@ -9,6 +9,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then if ! brew list --cask iterm2 &>/dev/null; then brew install --cask iterm2 fi + echo -e "${GREEN}iTerm2 installed successfully!${NC}" else echo -e "${YELLOW}Skipping: Not macOS${NC}" fi