Skip to content

Improve portability and fix minor bugs#3

Open
CapriciousRebel wants to merge 1 commit intoDJRHails:mainfrom
CapriciousRebel:fix/portability-and-robustness
Open

Improve portability and fix minor bugs#3
CapriciousRebel wants to merge 1 commit intoDJRHails:mainfrom
CapriciousRebel:fix/portability-and-robustness

Conversation

@CapriciousRebel
Copy link

@CapriciousRebel CapriciousRebel commented Feb 3, 2026

Summary

  • Remove hardcoded user email/name from gitconfig for better portability across machines
  • Fix perl regex in GPG key extraction (print $& instead of print)
  • Make cargo env loading conditional to prevent errors when Rust isn't installed
  • Simplify link.sh extract_and_link function and fix variable quoting (On macOs we have bash 3.2 installed by default, associative arrays are not supported on bash 4 and under)

🤖 Generated with Claude Code

- Remove hardcoded user email/name from gitconfig for portability
- Fix perl regex in GPG key extraction (use $& to print match)
- Make cargo env loading conditional to prevent errors when not installed
- Simplify link.sh extract_and_link function and fix variable quoting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@CapriciousRebel
Copy link
Author

Hi @DJRHails, this project looks super cool!

I have added a few changes and minor fixes when trying to install it on my machine. Would aprreciate if you take a look at the PR 😄

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.

1 participant