Open
Conversation
Co-authored-by: nick <n@nick.qa>
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
Fixed multiple bugs across dotfiles configuration:
origin/$main_branch..$main_branchtoorigin/$main_branch $main_branchgit fetch origincall/Users/nickpath with$HOMEvariablefzfpackage entryadjust_line_heighttomodify_font cell_heightoptstoinitfunction for proper plugin initializationnvim-window-pickerin table brackets/Users/nick/devwithwezterm.home_dir .. "/dev"and fixedMoveTabRelative(-1)toMoveTabRelative(1)/Users/nickpaths with$HOMEvariable for portabilityNote
Low Risk
Low risk: updates are limited to local developer tooling/scripts and config tweaks, primarily fixing path portability and minor behavior/config deprecations.
Overview
Fixes and hardens several local tooling scripts/configs: corrects
git-merge-branch's origin sync check, removes a redundant fetch ingit-up, and replaces hardcoded/Users/nickpaths with$HOME/wezterm.home_dirfor portability (includingtmux-sessionizerandzshrc).Cleans up and modernizes configs by removing duplicate
fzfin theBrewfile, updating Kitty’s deprecated line-height setting, adjusting WezTerm tab-move keybinding direction, and fixing Neovim plugin initialization/dependency declarations (file_types.lua,nvim-tree.lua).Written by Cursor Bugbot for commit 63cc613. This will update automatically on new commits. Configure here.