[macos] Tidy up brewfile and add new deps

This commit is contained in:
Andrew Williams
2026-01-09 19:00:16 +00:00
parent 8c62b71b92
commit 613a3c143d
2 changed files with 11 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ def install_package(
dest_path.unlink() dest_path.unlink()
# Link the file # Link the file
print_action("LINK", f"%{src_path} -> %{dest_path}") print_action("LINK", f"{src_path} -> {dest_path}")
if not args.dry_run: if not args.dry_run:
try: try:
dest_path.symlink_to(src_path) dest_path.symlink_to(src_path)

View File

@@ -11,10 +11,13 @@ tap "terraform-docs/tap"
tap "sass/sass" tap "sass/sass"
tap "setchy/brews" tap "setchy/brews"
# Formulae
brew "awscli" brew "awscli"
brew "awslogs" brew "awslogs"
brew "bat" brew "bat"
brew "bat-extras"
brew "chafa" brew "chafa"
brew "composer"
brew "coreutils" brew "coreutils"
brew "dockutil" brew "dockutil"
brew "eza" brew "eza"
@@ -36,8 +39,10 @@ brew "kubeseal"
brew "localstack/tap/localstack-cli" brew "localstack/tap/localstack-cli"
brew "mas" brew "mas"
brew "node" brew "node"
brew "php"
brew "poetry" brew "poetry"
brew "pre-commit" brew "pre-commit"
brew "prettier"
brew "sass/sass/sass" brew "sass/sass/sass"
brew "shellcheck" brew "shellcheck"
brew "shfmt" brew "shfmt"
@@ -48,10 +53,11 @@ brew "tflint"
brew "tz" brew "tz"
brew "uv" brew "uv"
brew "yazi" brew "yazi"
brew "yq"
# Casks
cask "nikitabobko/tap/aerospace" cask "nikitabobko/tap/aerospace"
cask "appcleaner" cask "appcleaner"
cask "balenaetcher"
cask "clop" cask "clop"
cask "coconutbattery" cask "coconutbattery"
cask "daisydisk" cask "daisydisk"
@@ -64,7 +70,6 @@ cask "logseq"
cask "lunar" cask "lunar"
cask "orbstack" cask "orbstack"
cask "qmk-toolbox" cask "qmk-toolbox"
cask "rectangle"
cask "setchy/brews/atlassify" cask "setchy/brews/atlassify"
cask "vial" cask "vial"
cask "viscosity" cask "viscosity"
@@ -73,10 +78,13 @@ cask "vlc"
cask "wireshark-app" cask "wireshark-app"
cask "zed" cask "zed"
# Fonts
cask "font-input" cask "font-input"
cask "font-inter" cask "font-inter"
cask "font-iosevka" cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "font-jetbrains-mono" cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
# mas "AmorphousDiskMark", id: 1168254295 # mas "AmorphousDiskMark", id: 1168254295
# mas "Amphetamine", id: 937984704 # mas "Amphetamine", id: 937984704