Update setup script to ensure all apps stay up to date#3
Open
ljpedroso wants to merge 1 commit intonnja:masterfrom
Open
Update setup script to ensure all apps stay up to date#3ljpedroso wants to merge 1 commit intonnja:masterfrom
ljpedroso wants to merge 1 commit intonnja:masterfrom
Conversation
- Updated Homebrew installation to use current bash script instead of deprecated Ruby method - Replaced all deprecated 'brew cask install' commands with 'brew install --cask' - Updated tap references: caskroom/fonts -> homebrew/cask-fonts - Added 'brew upgrade --cask --greedy' to upgrade all cask applications including auto-updating ones - Added 'mas upgrade' to upgrade Mac App Store applications - Removed deprecated 'brew linkapps' command (no longer needed) - Removed '--with-default-names' flag from grep install (no longer supported) - Updated Python pip commands to use 'python3 -m pip' for better reliability - Removed Limechat from mas installs (no longer available in App Store) - Commented out Google Play Music Player (service discontinued) - Reordered brew update/upgrade for correct sequence 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull Request Overview
This PR modernizes a macOS setup script by updating deprecated Homebrew commands and installation methods to their current equivalents. The changes ensure compatibility with current versions of Homebrew and macOS package managers while removing obsolete applications and commands.
Key changes:
- Migrated from deprecated Ruby-based Homebrew installation to current bash script method
- Replaced all
brew cask installcommands withbrew install --cask(deprecated since Homebrew 2.6.0) - Updated pip invocations to use
python3 -m pipfor improved reliability
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
🤖 Generated with Claude Code