Refactor macos brew setup

This commit is contained in:
Marvin Elsen 2025-04-30 11:24:53 +02:00
parent bf4c3fecdf
commit be13cd0f60
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2
2 changed files with 15 additions and 5 deletions

View File

@ -1,8 +1,10 @@
tap "azure/kubelogin"
tap "deviceinsight/packages"
tap "go-task/tap"
tap "hashicorp/tap"
brew "aws-iam-authenticator"
brew "bat"
brew "coreutils"
brew "dust"
brew "eza"
brew "fd"
brew "figlet"
@ -12,7 +14,9 @@ brew "gh"
brew "git"
brew "git-delta"
brew "gnupg"
brew "python3"
brew "icu4c@76"
brew "python@3.13"
brew "openjdk"
brew "gradle"
brew "helm"
brew "htop"
@ -31,8 +35,10 @@ brew "sd"
brew "starship"
brew "stow"
brew "wget"
brew "azure/kubelogin/kubelogin"
brew "deviceinsight/packages/kafkactl"
brew "go-task/tap/go-task"
brew "hashicorp/tap/terraform"
cask "font-fantasque-sans-mono-nerd-font"
cask "ghostty"
cask "temurin"

6
setup-macos.sh Normal file → Executable file
View File

@ -2,5 +2,9 @@
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"
brew update
brew bundle --file ./Brewfile
brew bundle install --global
brew bundle check --global
brew bundle cleanup --force --global