Skip to content

chore: update brewfile to remove unused terminal apps#50

Merged
akornmeier merged 2 commits into
mainfrom
chore/cask-cleanup
May 20, 2026
Merged

chore: update brewfile to remove unused terminal apps#50
akornmeier merged 2 commits into
mainfrom
chore/cask-cleanup

Conversation

@akornmeier
Copy link
Copy Markdown
Owner

This pull request makes minor updates to the development environment setup files. It adjusts the order and commenting of some Homebrew formulas, adds Docker Desktop to the cask installations, and makes a minor formatting change to the tmux aliases.

Development environment updates:

  • Reordered brew 'fnm' and brew 'gh' in the Brewfile for better organization and commented out brew 'pi-coding-agent' to disable its installation.
  • Added cask 'docker-desktop' to the Brewfile to support containerized application development.

Other changes:

  • Added a blank line for clarity in tmux/aliases.zsh before the Claude Code orchestration alias.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates development-environment bootstrap configuration by adjusting Homebrew bundle contents and making a small readability tweak to tmux aliases.

Changes:

  • Reordered fnm and gh entries in the Brewfile and commented out pi-coding-agent to disable installation.
  • Added Docker Desktop (cask 'docker-desktop') to the Homebrew cask list.
  • Inserted a blank line in tmux/aliases.zsh to visually separate the safety warning from the orchestration alias section.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Brewfile Reorders/adjusts formula entries, disables one formula via comment, and adds Docker Desktop cask.
tmux/aliases.zsh Adds a blank line to improve readability around the Claude Code alias section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Brewfile
Comment on lines 50 to 54
cask 'cmux' # Ghostty-based terminal with vertical tabs
cask 'cursor' # Write, edit, and chat about your code with AI
cask 'discord' # VoIP and chat app
cask 'docker-desktop' # Build containerised applications and microservices
cask 'firefox' # Web browser
Comment thread Brewfile
Comment on lines 28 to 31
brew 'mongodb-community', restart_service: false # NoSQL database (manual start: brew services start mongodb-community)
brew 'openssl' # Cryptography and SSL/TLS Toolkit
brew 'pi-coding-agent' # Customize agent harness
# brew 'pi-coding-agent' # Customize agent harness
brew 'postgresql', restart_service: false # SQL database (manual start: brew services start postgresql)
@akornmeier akornmeier merged commit 32f4367 into main May 20, 2026
2 checks passed
@akornmeier akornmeier deleted the chore/cask-cleanup branch May 20, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants