Skip to content

Comments

fix: Fix bugs in dotfiles#6

Open
iduuck wants to merge 1 commit intomainfrom
tembo/fix-dotfiles-bugs
Open

fix: Fix bugs in dotfiles#6
iduuck wants to merge 1 commit intomainfrom
tembo/fix-dotfiles-bugs

Conversation

@iduuck
Copy link
Owner

@iduuck iduuck commented Feb 11, 2026

Summary

Fixed multiple bugs across dotfiles configuration:

  • git-merge-branch: Fixed git diff syntax from origin/$main_branch..$main_branch to origin/$main_branch $main_branch
  • git-up: Removed duplicate git fetch origin call
  • tmux-sessionizer: Replaced hardcoded /Users/nick path with $HOME variable
  • Brewfile: Removed duplicate fzf package entry
  • kitty.conf: Updated deprecated adjust_line_height to modify_font cell_height
  • nvim file_types.lua: Changed opts to init function for proper plugin initialization
  • nvim-tree.lua: Fixed dependency structure by wrapping nvim-window-picker in table brackets
  • wezterm.lua: Replaced hardcoded /Users/nick/dev with wezterm.home_dir .. "/dev" and fixed MoveTabRelative(-1) to MoveTabRelative(1)
  • zshrc: Replaced all hardcoded /Users/nick paths with $HOME variable for portability

Want tembo to make any changes? Add a review or comment with @tembo and i'll get back to work!

View on Tembo View Agent Settings


Note

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 in git-up, and replaces hardcoded /Users/nick paths with $HOME/wezterm.home_dir for portability (including tmux-sessionizer and zshrc).

Cleans up and modernizes configs by removing duplicate fzf in the Brewfile, 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.

@tembo tembo bot added the tembo Pull request created by Tembo label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tembo Pull request created by Tembo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant