better install environment

This commit is contained in:
2024-11-06 14:26:40 +01:00
parent b9492f648e
commit 08c1f75051
2 changed files with 9 additions and 7 deletions

View File

@@ -14,5 +14,5 @@ apps=(
if [ "$(uname)" == "Darwin" ]; then
brew install "${apps[@]}" --cask
else
echo "skipping cask for non-macos platform"
echo "skipping cask for non-macos platform"
fi