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!!!"