fix: correct dotfiles clone path in raspi set.sh - #6
Draft
LJLee37 wants to merge 1 commit into
Draft
Conversation
set.sh hard-coded ~/gitRepos/Personal/settingfiles while README says to clone to ~/gitRepos/settingfiles; standardize on the README path. Also document the branch-per-OS layout and this branch's install order in README.
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
Part of a repo-wide cleanup (companion PRs on
master,arch,macOS,ubuntu,alpine, plus a newraspi-archbranch — see that PR for the Arch Linux ARM install, and themasterPR for the full rationale on the shared-file documentation approach).set.shhard-coded~/gitRepos/Personal/settingfileswhile README instructs cloning to~/gitRepos/settingfiles, so following the README brokeset.shon this branch. Standardized on~/gitRepos/settingfiles.install.sh→set.sh→ optionalbackup.sh) that wasn't documented anywhere before.No other content changes —
.vimrc/.zshrc/init.vimare untouched.Hardcoded personal values (found on this branch, left untouched)
user.name "LJLee37",user.email "ljlee3759@gmail.com"(install.sh)8090E75C56E49652(install.sh)192.168.35.203(backup.sh) — worth double-checking this is still the right host before relying onbackup.shljlee(path assumptions inbackup.sh)Test plan
grep -n 'gitRepos/settingfiles' set.shshows bothcplines updated, no remainingPersonal/referencesGenerated by Claude Code