From 33ea4d426ee7aaa989028baf075a56b8a79f623d Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 12 Apr 2025 16:03:29 +0200 Subject: [PATCH] fix macos --- executable_install-macos.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/executable_install-macos.sh b/executable_install-macos.sh index 85d0efb..86b86ea 100755 --- a/executable_install-macos.sh +++ b/executable_install-macos.sh @@ -18,9 +18,7 @@ fi 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@17 python python-tk@3.11 \ - python-gdbm@3.11 -pip3 install pyobjc + gnupg htop btop asciiquarium lolcat openjdk python python # Chezmoi mit Prüfung if ! command -v chezmoi &>/dev/null; then @@ -31,14 +29,13 @@ else fi # Java Symlinks erstellen -sudo ln -sfn /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk # Clipboard Tools Installation brew install jq choose-gui rg # Fonts Installation (Nerd Fonts) -brew tap homebrew/cask-fonts && brew install --cask font-jetbrains-mono-nerd-font +brew install --cask font-jetbrains-mono-nerd-font # Entwicklungswerkzeuge für JetBrains installieren (optional) brew install kdoctor cocoapods