Add new taps and packages to Brewfile for enhanced functionality

This commit is contained in:
Philip Henning 2026-09-04 12:18:15 +02:00
parent fa8b58f15f
commit 839820b235

View file

@ -1,5 +1,6 @@
tap "AlexStrNik/Browserino" tap "AlexStrNik/Browserino"
tap "philocalyst/tap" tap "philocalyst/tap"
tap "steipete/tap", trusted: { formulae: ["codexbar"], casks: ["codexbar"] }
tap "us/tap" tap "us/tap"
# Simple, modern, secure file encryption # Simple, modern, secure file encryption
brew "age" brew "age"
@ -27,6 +28,8 @@ brew "diskwatch"
brew "docker" brew "docker"
# Disk Usage/Free Utility - a better 'df' alternative # Disk Usage/Free Utility - a better 'df' alternative
brew "duf" brew "duf"
# Program that can automate interactive applications
brew "expect"
# Modern, maintained replacement for ls # Modern, maintained replacement for ls
brew "eza" brew "eza"
# Open-source framework for augmenting humans using AI # Open-source framework for augmenting humans using AI
@ -189,7 +192,6 @@ cask "t3-code"
cask "thaw" cask "thaw"
# Open-source code editor # Open-source code editor
cask "visual-studio-code" cask "visual-studio-code"
go "dbohdan.com/age-edit"
mas "AdGuard for Safari", id: 1440147259 mas "AdGuard for Safari", id: 1440147259
mas "Amphetamine", id: 937984704 mas "Amphetamine", id: 937984704
mas "AusweisApp", id: 948660805 mas "AusweisApp", id: 948660805
@ -205,3 +207,10 @@ mas "Tailscale", id: 1475387142
mas "Tampermonkey", id: 6738342400 mas "Tampermonkey", id: 6738342400
mas "WireGuard", id: 1451685025 mas "WireGuard", id: 1451685025
mas "Yubico Authenticator", id: 1497506650 mas "Yubico Authenticator", id: 1497506650
go "dbohdan.com/age-edit"
krew "access-matrix"
krew "blame"
krew "ctx"
krew "krew"
krew "ns"
krew "tree"