From d06f9caeb53cff63e0eba364dd5dbc1687202d9f Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 3 Aug 2025 20:16:24 +0200 Subject: [PATCH] add new software for macos --- executable_install-macos.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/executable_install-macos.sh b/executable_install-macos.sh index 46f4a72..43b426e 100644 --- a/executable_install-macos.sh +++ b/executable_install-macos.sh @@ -17,7 +17,7 @@ fi # Terminal Tools Installation brew install git neovim tmux reattach-to-user-namespace starship \ zsh-completions zsh-autosuggestions zsh-autocomplete fzf ruby \ - gnupg htop btop asciiquarium lolcat openjdk python python kitty bitwarden + gnupg htop btop asciiquarium lolcat openjdk python python # Chezmoi mit Prüfung if ! command -v chezmoi &>/dev/null; then @@ -63,4 +63,13 @@ brew install goto-ssh # Zwischenablage Manager brew install --cask maccy +# Note editor and whiteboard +brew install --cask affine + +# GPU-based terminal emulator +brew install --cask kitty + +# Desktop password and login vault +brew install --cask bitwarden + echo "Installationscript abgeschlossen!!!"