Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This pull request adds Linux support to the dotfiles repository, making it cross-platform while maintaining macOS compatibility. The changes split package management into platform-specific and shared configurations, add tmux configuration, and provide comprehensive Linux setup documentation.
Changes:
- Split Homebrew packages into cross-platform
Brewfileand macOS-specificBrewfile.mac - Added platform detection to update scripts to conditionally run macOS-specific commands
- Enhanced fish shell Homebrew configuration to support both macOS and Linux installation paths
- Added tmux configuration file with sensible defaults
- Changed vim-sneak git submodule from SSH to HTTPS URL for easier cloning
- Added comprehensive Linux setup documentation
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tmux/tmux.conf | New tmux configuration with sensible defaults for window/pane numbering and mouse support |
| fish/functions/so-dotfiles-update.fish | Added platform detection to run macOS-specific updates only on Darwin systems |
| fish/conf.d/homebrew.fish | Updated to detect and configure Homebrew on both macOS and Linux paths |
| dotbot-update.yaml | Removed macOS-specific commands and ~/.Brewfile symlink, added defensive error handling |
| dotbot-update-mac.yaml | New file containing macOS-specific update commands (mas, softwareupdate, Brewfile.mac) |
| dotbot-config.yaml | Fixed television cable override loop to use proper fish syntax |
| Brewfile | Removed macOS-specific packages to create cross-platform core package list |
| Brewfile.mac | New file containing all macOS-specific packages (casks, mas apps) |
| .gitmodules | Changed vim-sneak URL from SSH to HTTPS for consistency with other submodules |
| docs/linux.md | New comprehensive Linux setup guide with prerequisites and configuration steps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Key Changes
Package Management
Brewfileinto cross-platform core packages andBrewfile.macfor macOS-specific toolsShell Configuration
/opt/homebrew) and Linux (/home/linuxbrew/.linuxbrew) pathsConfiguration
Documentation
🤖 Generated with Claude Code