Skip to content

conf option for dotless repos #3

Description

@rking

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?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions