Skip to content

Commit 018e87e

Browse files
fumiya-kumeclaude
andcommitted
Clean up .Brewfile
- Remove outdated adoptopenjdk tap (now Eclipse Temurin) - Remove docker/docker-compose brew (included in Docker Desktop) - Remove duplicate 1password-cli entry - Remove orphaned comment - Fix double empty lines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 82ab2fa commit 018e87e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

home/.Brewfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
tap "adoptopenjdk/openjdk"
21
tap "fumiya-kume/mdefaults"
32
tap "oven-sh/bun"
43
tap "supabase/tap"
@@ -17,10 +16,6 @@ brew "cocoapods"
1716
brew "coreutils"
1817
# Secure runtime for JavaScript and TypeScript
1918
brew "deno"
20-
# Pack, ship and run any application as a lightweight container
21-
brew "docker"
22-
# Isolated development environments using Docker
23-
brew "docker-compose"
2419
cask "docker-desktop"
2520
# Program that can automate interactive applications
2621
brew "expect"
@@ -54,7 +49,6 @@ brew "golangci-lint"
5449
brew "goreleaser"
5550
# Open-source build automation tool based on the Groovy and Kotlin DSL
5651
brew "gradle"
57-
# C/C++ and Java libraries for Unicode and globalization
5852
# Tools and libraries to manipulate images in many formats
5953
brew "imagemagick"
6054
# Install and debug iPhone apps from the command-line
@@ -146,8 +140,6 @@ cask "tuist"
146140
cask "visual-studio-code"
147141
# Open-source code editor
148142
cask "visual-studio-code@insiders"
149-
# 1Password
150-
cask "1password-cli"
151143
cask "1password"
152144
cask "1password-cli"
153145
brew "codex", args: ["HEAD"]
@@ -156,7 +148,6 @@ if RUBY_PLATFORM =~ /arm64|aarch64/
156148
cask "chatgpt"
157149
end
158150

159-
160151
# Multiplayer code editor
161152
cask "zed"
162153
vscode "anthropic.claude-code"

0 commit comments

Comments
 (0)