Build a reliable personal dotfiles setup - #5
Merged
Conversation
m1ngsama
force-pushed
the
agent/reliable-dotfiles
branch
3 times, most recently
from
August 11, 2026 08:06
c35ecb7 to
b6e23c7
Compare
9 tasks
Owner
Author
m1ngsama
force-pushed
the
agent/reliable-dotfiles
branch
from
August 11, 2026 09:05
b6e23c7 to
8b01411
Compare
Move the configuration into a chezmoi source state with preview-first bootstrap, transactional backup and restore, pinned dependencies, cross-platform checks, and a unified Solarized Osaka visual system. Refresh the README with a visual-first overview, safe onboarding, keymap highlights, explicit maintenance guarantees, Ranger preview tooling, and a controlled local performance baseline. Consolidate Fish prompt Git work, add a representative 5,000-file prompt fixture, and keep pull-request verification offline and bounded while preserving macOS and Linux behavior coverage.
m1ngsama
force-pushed
the
agent/reliable-dotfiles
branch
from
August 11, 2026 09:11
8b01411 to
b113a7c
Compare
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.
Overview
This update turns the repository from a machine-shaped configuration snapshot into a portable personal workstation source state. It keeps the keyboard-first workflow and Solarized Osaka identity while making installation, migration, recovery, dependency provisioning, terminal previews, and performance measurement predictable on macOS and Linux.
The repository remains a personal dotfiles project. This change does not introduce project versioning, releases, or a tagging workflow.
What changed
Configuration management
home/source state with explicit macOS, Linux core, and Linux X11 boundaries.--applybefore changing targets.Fish and terminal workflow
Ctrl-Grepository selection and the existing tmuxCtrl-Tworkflow.Ranger previews
rc.confwithout replacing ranger's built-indtanddTbindings.uTrestore shortcut while retaining ranger's confirmed-trash workflow.Neovim reliability
scripts/setup-nvimprovisioner for reproducible toolchain readiness.Linux rice and visual system
Performance and CI efficiency
scripts/benchmarkwith 100-sample Fish and prompt measurements, explicit warm-ups, environment metadata, and opt-in warm Neovim measurement.fish_promptcall per sample and reject incomplete timing output.mainor manual runs, and run the full cold Neovim graph only on Linux.Repository quality and onboarding
Migration impact
The old top-level application directories are replaced by the chezmoi source state. Existing user targets are not deleted simply because they are absent from the repository, and bootstrap does not apply anything during preview. Users migrating an older checkout can review the exact retired Fish paths and opt into their transactional cleanup with
--clean-legacy.The first recommended flow is:
Verification
rc.confparsing, and deployed provenance checksum pass.b113a7con an Apple M4 running macOS 15.7.3, with five warm-ups and 100 samples, measured configured Fish startup at 19.690 ms p50, prompt rendering outside Git at 3.882 ms p99, a small Git repository at 4.902 ms p99, and the 5,000-file repository at 63.218 ms p99.Closes #2.
Supersedes #3.
Implements the actionable repository work tracked in #4.