Homedir improvements: modern CLI tools, .zshrc.local, .macos script, README overhaul#2
Closed
TechNickAI wants to merge 6 commits into
Closed
Homedir improvements: modern CLI tools, .zshrc.local, .macos script, README overhaul#2TechNickAI wants to merge 6 commits into
TechNickAI wants to merge 6 commits into
Conversation
- btop: Modern process viewer (better htop) - delta: Beautiful git diffs with syntax highlighting - fzf: Fuzzy finder for files, history, and everything 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Support machine-specific shell customizations without committing secrets. Create ~/.zshrc.local for local-only configurations that stay out of git. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Configure macOS defaults: - Screenshots saved to ~/Desktop/ScreenShots/ - Enable key repeat for VS Code (vim j/k) - Enable key repeat for Cursor (vim j/k) Script is idempotent and safe to run multiple times. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Document all shell configurations - Add CLI tools table with new additions - Document .macos script and its settings - Add customization section with .zshrc.local pattern - Document smart git functions and automation - Include file structure overview 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
247cc9f to
a2da169
Compare
- Delete Super Linter workflow (slow, overly pedantic) - Add shellcheck for bash/sh scripts (excludes zsh) - Update ruff to v0.14.10 - Fix install.sh with proper shebang and set -e Pre-commit is faster, runs locally, and checks what matters. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Address Cursor Bugbot feedback: - Support both "System Preferences" (pre-Ventura) and "System Settings" (Ventura+) - Add new Cursor bundle ID (com.getcursor.Cursor) alongside old todesktop ID - Suppress errors with 2>/dev/null for cross-version compatibility Both commands run to ensure compatibility across macOS versions and Cursor installations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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
Commits
✨ Add modern CLI tools to Brewfile- btop, delta, fzf✨ Add .zshrc.local override pattern- Local overrides sourced at end of shell config✨ Add .macos script for system preferences- Idempotent defaults script📝 Overhaul README- Full documentation of what's includedAfter Merge
Run these to apply changes:
🤖 Generated with Claude Code