mathiasbynens / mathiasbynens/dotfiles

Use git to merge local ~/.* changes with upstream changes.

Open
#9 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
31.5k
Forks
8.4k
PR merge metrics
No merged PRs in 30d

Description

Instead of blowing changes away with `rsync`.

It’s annoying when trying out changes to have to edit files in `~/dotfiles`, then run `bootstrap.sh` after each change.

Perhaps there is a way to keep the .git directory in `~/dotfiles` but use the files in `~`?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading bootstrap.sh and tracing how rsync currently updates files from ~/dotfiles into ~. Investigate whether Git can preserve the .git directory in ~/dotfiles while using files in ~, and define a workflow that keeps local edits while incorporating upstream changes; done means local changes are not overwritten during bootstrap.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, git, shell
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.