add new software for macos

This commit is contained in:
Simon Rieger 2025-08-03 20:16:24 +02:00
parent 62b8ef4c5e
commit d06f9caeb5

View file

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