add new software for macos

This commit is contained in:
Simon Rieger 2025-08-03 16:06:55 +02:00
parent b4515b4106
commit 62b8ef4c5e
2 changed files with 6 additions and 3 deletions

View file

@ -30,6 +30,8 @@ chmod +x install-fedora.sh && ./install-fedora.sh
**macOS:** **macOS:**
``` ```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
chmod +x install-macos.sh && ./install-macos.sh chmod +x install-macos.sh && ./install-macos.sh
``` ```

View file

@ -15,15 +15,13 @@ else
fi fi
# Terminal Tools Installation # Terminal Tools Installation
brew install --cask wezterm
brew install git neovim tmux reattach-to-user-namespace starship \ brew install git neovim tmux reattach-to-user-namespace starship \
zsh-completions zsh-autosuggestions zsh-autocomplete fzf ruby \ zsh-completions zsh-autosuggestions zsh-autocomplete fzf ruby \
gnupg htop btop asciiquarium lolcat openjdk python python gnupg htop btop asciiquarium lolcat openjdk python python kitty bitwarden
# Chezmoi mit Prüfung # Chezmoi mit Prüfung
if ! command -v chezmoi &>/dev/null; then if ! command -v chezmoi &>/dev/null; then
brew install chezmoi brew install chezmoi
chezmoi init -v --apply ssh://git@brothertec.eu:1023/simono41/dotfiles.git
else else
echo "chezmoi ist bereits installiert, überspringe Installation" echo "chezmoi ist bereits installiert, überspringe Installation"
fi fi
@ -62,4 +60,7 @@ brew install abcde
brew tap avasilic/goto brew tap avasilic/goto
brew install goto-ssh brew install goto-ssh
# Zwischenablage Manager
brew install --cask maccy
echo "Installationscript abgeschlossen!!!" echo "Installationscript abgeschlossen!!!"