Update terminal and Windows dotfiles#95
Merged
Merged
Conversation
Vale was listed in .tool-versions but mise only reads config.toml with asdf backends disabled. Register vale in global mise config with a pinned aqua lockfile entry, and prepend Unix mise shims in Neovim so GUI launches find prose linter tools on PATH.
Keep tmux window names stable instead of letting foreground process names replace them. This preserves manually named windows and avoids resurrect/continuum saving process-derived names.
Configure Ghostty to use MesloLGM Nerd Font at the same size as other terminal surfaces. This keeps prompt and Neovim glyphs rendering consistently.
Switch the oh-my-posh Java segment to the Java orange color. This keeps the language prompt styling closer to the recognizable Java brand color.
Add the Python 3.13.0 locked artifacts to the repo mise lockfile. The entries include platform URLs, checksums, and provenance data used by locked mise execution.
Extend the Windows backup export to include Cursor settings and keybindings alongside VS Code. Also set MesloLGM Nerd Font defaults for Windows Terminal, VS Code, and Cursor terminals.
Accept additional product and tooling terms used in dotfiles docs. This keeps Vale focused on real prose issues instead of flagging known words in repository documentation.
Ignore the local `.agents-code-review/` directory produced by review automation. The generated artifacts are machine-local scratch data and should not appear in dotfiles diffs.
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.
Summary
fix(mise): activate vale globally for nvim-lintancestor; intentionally excludes.secrets.baseline, which is onchore/detect-secrets-baselinefor separate iteration.Test plan
jj diff --from master --to feat/dotfiles-terminal-settings --summarydoes not include.secrets.baseline.Made with Cursor