add new software for macos
This commit is contained in:
parent
62b8ef4c5e
commit
d06f9caeb5
1 changed files with 10 additions and 1 deletions
|
@ -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!!!"
|
||||
|
|
Loading…
Add table
Reference in a new issue