Refactor: Migrate dotfiles management from homemaker to stow #1
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.
This commit completes the migration from homemaker to stow for managing your dotfiles.
Key changes:
stow/directory (e.g.,stow/bash,stow/git,stow/nvim,stow/tmux,stow/inputrc,stow/zsh).README.mdhas been extensively updated to:stowcommands needed to link each configuration package.tmux.sh).docker/Dockerfilehas been updated to:stow.stowcommands to set up dotfiles within the Docker image, replacing the homemaker logic.install.shconfig.tomlvim.shinit.vimandvimrc(assuming Neovim is the primary editor; these were not migrated to stow).tmux_init.sh(a user script) has been moved toscripts/tmux_init.sh. The README now advises adding thisscriptsdirectory to your PATH.tmux.shhas been deleted as its functionality is now documented in the README.This change simplifies the dotfile management process, relying on the well-established
stowutility and providing clearer setup instructions.