fix macos
This commit is contained in:
parent
8e432d9f3b
commit
33ea4d426e
1 changed files with 2 additions and 5 deletions
|
@ -18,9 +18,7 @@ fi
|
||||||
brew install --cask wezterm
|
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@17 python python-tk@3.11 \
|
gnupg htop btop asciiquarium lolcat openjdk python python
|
||||||
python-gdbm@3.11
|
|
||||||
pip3 install pyobjc
|
|
||||||
|
|
||||||
# Chezmoi mit Prüfung
|
# Chezmoi mit Prüfung
|
||||||
if ! command -v chezmoi &>/dev/null; then
|
if ! command -v chezmoi &>/dev/null; then
|
||||||
|
@ -31,14 +29,13 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Java Symlinks erstellen
|
# 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
|
sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
|
||||||
|
|
||||||
# Clipboard Tools Installation
|
# Clipboard Tools Installation
|
||||||
brew install jq choose-gui rg
|
brew install jq choose-gui rg
|
||||||
|
|
||||||
# Fonts Installation (Nerd Fonts)
|
# 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)
|
# Entwicklungswerkzeuge für JetBrains installieren (optional)
|
||||||
brew install kdoctor cocoapods
|
brew install kdoctor cocoapods
|
||||||
|
|
Loading…
Add table
Reference in a new issue