chore: abstract personal and machine-specific details from repo#12
Merged
Jake-Prickett merged 2 commits intomainfrom Mar 16, 2026
Merged
Conversation
Co-authored-by: Jake-Prickett <26095410+Jake-Prickett@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor repository to remove machine-specific configurations
chore: abstract personal and machine-specific details from repo
Mar 16, 2026
Jake-Prickett
approved these changes
Mar 16, 2026
Jake-Prickett
added a commit
that referenced
this pull request
Apr 10, 2026
…cific-settings chore: abstract personal and machine-specific details from repo
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.
Hardcoded name, email, username, and absolute machine paths were scattered across config examples, templates, and docs — making the repo less usable as a general dotfiles starter and leaking personal identifiers publicly.
Changes
chezmoi.toml.example— generic placeholders"Jake Prickett"→"Your Name"/"Your Work Name""jprickett821@gmail.com"→"your.email@example.com"user = "jakeprickett"(Mac Studio device) →user = "your-username"private_dot_codex/private_config.toml.tmpl— templated home dirAll hardcoded
/Users/jakeprickett/prefixes in project trust entries replaced with{{ .chezmoi.homeDir }}:Documentation — relative links
14 broken absolute links (
/Users/jakeprickett/.local/share/chezmoi/...) across 5 doc files replaced with relative paths fromdocs/to the repo root, so they resolve correctly on GitHub and locally for any user.Minor cosmetic
# Jake's ZSH Configuration→# ZSH Configurationindot_zshrc.tmpl# Jake's Dotfiles→# DotfilesinREADME.md📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.