fix: log iterm2 completion

This commit is contained in:
2025-06-04 17:17:25 +01:00
parent d195a157b3
commit 0588165cfd

View File

@@ -9,6 +9,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
if ! brew list --cask iterm2 &>/dev/null; then if ! brew list --cask iterm2 &>/dev/null; then
brew install --cask iterm2 brew install --cask iterm2
fi fi
echo -e "${GREEN}iTerm2 installed successfully!${NC}"
else else
echo -e "${YELLOW}Skipping: Not macOS${NC}" echo -e "${YELLOW}Skipping: Not macOS${NC}"
fi fi