Skip to content

conf option for dotless repos #3

@rking

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

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