feat: mac install support

This commit is contained in:
2024-03-07 19:33:24 +00:00
parent c0ce6ea961
commit e6a7bec30d
14 changed files with 144 additions and 97 deletions

View File

@@ -6,7 +6,7 @@
#
if [[ "$OSTYPE" == "darwin"* ]]; then
if ! command -v iterm2 &> /dev/null; then
if ! brew list --cask iterm2 &>/dev/null; then
brew install --cask iterm2
fi
fi