mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
chore(setup-mac.sh): add installation script for Aerospace tool using Homebrew to manage dependencies and streamline setup process
This commit is contained in:
11
setup-mac.sh
11
setup-mac.sh
@@ -190,3 +190,14 @@ else
|
||||
echo "Installing sdkman..."
|
||||
curl -s "https://get.sdkman.io" | bash
|
||||
fi
|
||||
|
||||
|
||||
# Install Aerospace
|
||||
|
||||
if command -v aerospace &> /dev/null; then
|
||||
echo "aerospace is installed."
|
||||
else
|
||||
echo "aerospace is not installed."
|
||||
echo "Installing aerospace..."
|
||||
brew install --cask nikitabobko/tap/aerospace
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user