Skip to content

chore: abstract personal and machine-specific details from repo#12

Merged
Jake-Prickett merged 2 commits intomainfrom
copilot/cleanup-machine-specific-settings
Mar 16, 2026
Merged

chore: abstract personal and machine-specific details from repo#12
Jake-Prickett merged 2 commits intomainfrom
copilot/cleanup-machine-specific-settings

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 16, 2026

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 dir

All hardcoded /Users/jakeprickett/ prefixes in project trust entries replaced with {{ .chezmoi.homeDir }}:

# Before
[projects."/Users/jakeprickett/Documents/workspace.nosync/recipe-app"]

# After
[projects."{{ .chezmoi.homeDir }}/Documents/workspace.nosync/recipe-app"]

Documentation — relative links

14 broken absolute links (/Users/jakeprickett/.local/share/chezmoi/...) across 5 doc files replaced with relative paths from docs/ to the repo root, so they resolve correctly on GitHub and locally for any user.

Minor cosmetic

  • # Jake's ZSH Configuration# ZSH Configuration in dot_zshrc.tmpl
  • # Jake's Dotfiles# Dotfiles in README.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.

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
Copilot AI requested a review from Jake-Prickett March 16, 2026 01:48
@Jake-Prickett Jake-Prickett marked this pull request as ready for review March 16, 2026 03:37
@Jake-Prickett Jake-Prickett merged commit 125a5a1 into main Mar 16, 2026
1 of 2 checks passed
@Jake-Prickett Jake-Prickett deleted the copilot/cleanup-machine-specific-settings branch April 10, 2026 01:26
Jake-Prickett added a commit that referenced this pull request Apr 10, 2026
…cific-settings

chore: abstract personal and machine-specific details from repo
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.

2 participants