Add tmux config with top status bar styled as tabs - #39
Closed
Tokien133 wants to merge 17 commits into
Closed
Conversation
sudo strips PATH, so a bare `darwin-rebuild` invocation could fail to resolve under sudo. Resolve it explicitly beforehand, falling back to the standard nix-darwin system-profile location when it isn't on PATH at all, and fail loudly instead of silently exiting if neither works.
…tifications WezTerm: move pane to new tab, merge left tab as a split, reorder tabs, resize active pane, and copy full scrollback in one shot.
treehouse, no-mistakes, gnhf, lavish-axi, gh-axi, and firstmate aren't Homebrew packages, so rebuild.sh can't bring them back on a new Mac. This script installs them idempotently and documents the workflow.
Generalizes the pattern that worked well for the quiz-app project: a living status doc in the repo, referenced from AGENTS.md/CLAUDE.md, edited in place rather than appended to. Point global agent instructions at it so it gets set up automatically going forward.
The hook surfaces open Lavish review sessions and usage guidance automatically at the start of every agent session. skills-lock.json is transient local state from running the skills CLI, not meant to be committed.
…vation nix-homebrew only symlinks Library/Homebrew into the Nix store, leaving the top-level completions dir missing and completion symlinks like _brew dangling, which spammed compinit errors on every new shell.
Consolidates the standalone home/CLAUDE.md into home/AGENTS.md so ~/AGENTS.md and ~/.claude/CLAUDE.md both point at the same source file.
Ignore .treehouse/ runtime state to keep the worktree pool out of the repo.
fix(darwin): recreate dangling homebrew completion symlink on activation
There was a problem hiding this comment.
Thanks for taking an interest in these dotfiles.
This repo is public so you can read it, learn from it, and fork it freely, but it is Kun's personal setup and does not accept pull requests or feature requests.
If you want to adapt something, please fork the repo and make it yours.
If you found a bug, please open a bug report issue instead of sending a patch.
Pull requests are auto-closed here so the repo can stay personal and predictable.
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
home/.config/tmux/tmux.confmoving the status bar to the top of the window and styling windows as rounded pill-style tabshome.nixvia the same out-of-store symlink pattern used for wezterm/nvimTest plan
~/.config/tmuxsymlinks into the repo