From 8c6e2462cea7e3ac7d03c95bb5da5f23e1be4642 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 4 Aug 2025 22:15:07 +0200 Subject: [PATCH] add new software for macos --- executable_install-macos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/executable_install-macos.sh b/executable_install-macos.sh index 43b426e..5a68bcd 100644 --- a/executable_install-macos.sh +++ b/executable_install-macos.sh @@ -72,4 +72,7 @@ brew install --cask kitty # Desktop password and login vault brew install --cask bitwarden +# Matrix collaboration client +brew install --cask element + echo "Installationscript abgeschlossen!!!"