From 0588165cfd49204faf283cec44078a5d02ef0f9c Mon Sep 17 00:00:00 2001 From: Andrejus Date: Wed, 4 Jun 2025 17:17:25 +0100 Subject: [PATCH] fix: log iterm2 completion --- script/install.d/30-iterm2.sh | 1 + 1 file changed, 1 insertion(+) 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