Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conf option for dotless repos #3

Open
rking opened this issue Feb 9, 2013 · 0 comments
Open

conf option for dotless repos #3

rking opened this issue Feb 9, 2013 · 0 comments

Comments

@rking
Copy link
Collaborator

rking commented Feb 9, 2013

A lot of people structure their repos like this:

https://github.com/kyrylo/dot

That is, they add zshrc instead of .zshrc.

I picture it maybe looking like this:

dots:

Then it would special-case bin and anything with a leading . already, but
otherwise link kyrylo/dot/foo to ~/.foo.

One small puzzle is loop-dots. It could:

  • Skip repos like this (that is, just not work)
  • Always check both the dotted and undotted versions (that is, be slow)
  • Parse the ~/.../conf (which would allow us to remove the env var hacks)
  • (Do something else?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant