Skip to content

Refactor/reorganize conan backups - #3

Merged
benhunter merged 4 commits into
mainfrom
refactor/reorganize-conan-backups
Aug 27, 2026
Merged

benhunter merged 4 commits into
mainfrom
refactor/reorganize-conan-backups

Conversation

@benhunter

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 27, 2026 03:18
@benhunter
benhunter merged commit ab9c1d3 into main Aug 27, 2026
1 check passed
@benhunter
benhunter deleted the refactor/reorganize-conan-backups branch August 27, 2026 03:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The PR introduces potentially sensitive real-world infrastructure identifiers in documentation and includes misleading guidance/comments that should be corrected for clarity and safety.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR cleans up Windows-related dotfile snapshots (Terminal and Neovim) and extends the current Windows Terminal configuration with an additional Catppuccin color scheme, while adding a new repository-wide modernization roadmap document.

Changes:

  • Remove legacy/duplicate Windows Terminal settings snapshots and a minimal Windows Neovim init.vim.
  • Add the Catppuccin Mocha color scheme to the tracked Windows Terminal settings.json and include commented theme scaffolding.
  • Introduce ROADMAP.md describing a proposed future repository structure and cleanup plan.
File summaries
File Description
Windows/Terminal/terminal-settings.json Removed a full Terminal settings snapshot (cleanup / de-dup).
Windows/Terminal/settings.json Adds Catppuccin Mocha scheme and commented theme scaffolding.
Windows/Terminal/old-settings.json Removed an older Terminal settings snapshot (cleanup).
Windows/init.vim Removed a minimal Neovim config stub for Windows.
Windows/backup-windows.ps1 Adds a TODO comment near Chocolatey export step.
ROADMAP.md Adds a modernization/cleanup roadmap and target directory architecture.
Review details
  • Files reviewed: 7/7 changed files
  • Comments generated: 5
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

"yellow": "#F9E2AF"
}
],
// Active theme is Nord / system. To use Catppuccin Mocha, set "theme": "Catppuccin Mocha"
$chocoExportPath = Join-Path $backupDir "$env:COMPUTERNAME.packages.config"
Write-Host "[STEP ] Backing up Chocolatey packages..."
Write-Host "[INFO ] Target: $chocoExportPath"
# TODO: Remove or ignore *.backup files during backup runs to prevent committing duplicate .backup files
Comment thread ROADMAP.md
- Windows: `helper = manager` (Git Credential Manager)
- Linux: `helper = libsecret` (or `cache --timeout=3600`)
- [ ] **Sanitize Internal Enterprise / Work Tokens in `.npmrc`**
- Remove work-specific internal URLs (`gitlab.create.army.mil`) and auth tokens (`NPM_ASVE_READ_ONLY_TOKEN`) from `mac/.npmrc`.
Comment thread ROADMAP.md
- Remove work-specific internal URLs (`gitlab.create.army.mil`) and auth tokens (`NPM_ASVE_READ_ONLY_TOKEN`) from `mac/.npmrc`.
- Move enterprise registries to a private work config or machine-local `.npmrc`.
- [ ] **Protect Private SSH Hosts & Keys**
- Remove committed hostnames (`mcso-aos`, `atyourservice.benhunter.me`) and key filenames (`LightsailDefaultKey-us-east-2.pem`) from `endeavouros-i3/.ssh/config`.
Comment thread ROADMAP.md
@@ -0,0 +1,238 @@
# Dotfiles Cleanup & Modernization Roadmap
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