feat: brew and apt packages
This commit is contained in:
12
script/install.d/30-iterm2.sh
Normal file
12
script/install.d/30-iterm2.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Description:
|
||||
# (macOS only) Install iTerm2.
|
||||
#
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
if ! command -v iterm2 &> /dev/null; then
|
||||
brew install --cask iterm2
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user