From 62b8ef4c5e8f46fb15d164ed4d417e3d82917212 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 3 Aug 2025 16:06:55 +0200 Subject: [PATCH] add new software for macos --- README.md | 2 ++ executable_install-macos.sh | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d83182..6879812 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ chmod +x install-fedora.sh && ./install-fedora.sh **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 ``` diff --git a/executable_install-macos.sh b/executable_install-macos.sh index 02039e4..46f4a72 100644 --- a/executable_install-macos.sh +++ b/executable_install-macos.sh @@ -15,15 +15,13 @@ else fi # Terminal Tools Installation -brew install --cask wezterm 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 + gnupg htop btop asciiquarium lolcat openjdk python python kitty bitwarden # Chezmoi mit Prüfung if ! command -v chezmoi &>/dev/null; then brew install chezmoi - chezmoi init -v --apply ssh://git@brothertec.eu:1023/simono41/dotfiles.git else echo "chezmoi ist bereits installiert, überspringe Installation" fi @@ -62,4 +60,7 @@ brew install abcde brew tap avasilic/goto brew install goto-ssh +# Zwischenablage Manager +brew install --cask maccy + echo "Installationscript abgeschlossen!!!"