Merged
Conversation
- Migrate to GNU Stow: all packages (zsh, git, vim, tmux, bin) now use dot-prefixed filenames mirroring $HOME; replace setup-macos.sh and setup-linux.sh with a single setup.sh - Fix zsh init: move NVM/pyenv/rbenv interactive init out of .zshenv (runs for every shell) and into .zshrc; deduplicate NVM and pyenv which were loaded twice from different paths; load order now ensures compinit runs before any compdef usage - Remove abandoned code: bash/, goat/, ugg/, ips, cjt.zsh-theme, completion.zsh.inc, path.zsh.inc - Fix minor issues: kgd/kgp moved to alias.zsh as proper aliases (fixing "$@"pods bug), remove dead PS1 assignment, fix hardcoded ctags path, remove hardcoded absolute path in .gitconfig excludesfile - Add validate.sh: 38 smoke tests across symlinks, file existence, permissions, zsh aliases/functions, and git config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .github/workflows/validate.yml: installs stow + zsh on ubuntu-latest, symlinks the repo to ~/.dotfiles, stows all packages, runs validate.sh - zsh/.zshrc: guard rbenv, pyenv, and go inits with `command -v` checks so the shell starts cleanly on machines where those tools aren't installed; guard zsh-autosuggestions source with [[ -f ]] check Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace `zsh -i` (interactive, requires TTY) with `zsh -c` that sources the config directory directly. zsh -i without a TTY causes compinit to attempt to open /dev/tty for security prompts and abort, even with -u. Non-interactive zsh -c runs compinit -u cleanly with no TTY needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
No description provided.