Add codex, codex-app, and msedit to Brewfile#501
Merged
Conversation
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/ca4ec4a9-a761-4667-b5a3-af9b296d43bf Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/ae998ad8-4cf5-4bb8-8b55-58d97eb8b309 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/e09d4c8c-0d6c-4777-b3a4-a52026560874 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/29d0bad6-4825-489b-9d27-d4a85896e329 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/4f607c3f-f626-4c82-be21-9c3d180ca95c Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
toshimaru
April 30, 2026 10:28
View session
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/e475f95f-6f05-4f31-a73d-c750735b4aef Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/d5715dbc-c17d-4a87-a188-31feed0eda0d Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/63b145ae-e19b-4ea0-b5a4-50e64832d9d8 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/02962847-682d-4565-b4b9-8ffeb0981e00 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
Agent-Logs-Url: https://github.com/toshimaru/dotfiles/sessions/a355379b-d744-4c56-b9d7-9af7b07a9495 Co-authored-by: toshimaru <803398+toshimaru@users.noreply.github.com>
toshimaru
approved these changes
May 1, 2026
There was a problem hiding this comment.
Pull request overview
Updates the macOS bootstrap configuration (Brew/Serverkit + VS Code extensions) to reflect current tooling by adding/removing selected packages.
Changes:
- Add
mseditandwitrto Homebrew formula installs viavariables.yml. - Add
codexandcodex-appto Homebrew cask installs viavariables.yml. - Remove
iterm2from cask installs and removegithub.copilot-chatfrom VS Code extensions; also drop an unusedmascomment entry fromBrewfile.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
variables.yml |
Updates formula/cask/VS Code extension lists consumed by serverkit.yml.erb. |
Brewfile |
Removes iterm2 cask entry and an unused commented mas line. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
16
to
19
| - mas | ||
| - mise | ||
| - msedit | ||
| - mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Homebrew, cask, and VSCode package lists by adding and removing several packages to better align with current usage and requirements. The main changes involve adding new tools and removing some existing ones from the configuration files.
Homebrew package updates:
mseditandwitrto thehomebrew_package_nameslist invariables.ymlto include these utilities in the setup. [1] [2]Homebrew cask package updates:
codexandcodex-appto thehomebrew_cask_package_nameslist to support new applications.iterm2from both theBrewfileandvariables.ymlto exclude it from future installations. [1] [2]VSCode extension updates:
github.copilot-chatfrom thevscode_package_nameslist, reflecting a change in recommended extensions.