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

[FEATURE] dotter init souldn't ignore dotfiles #126

Open
KrullBorg opened this issue May 15, 2023 · 3 comments
Open

[FEATURE] dotter init souldn't ignore dotfiles #126

KrullBorg opened this issue May 15, 2023 · 3 comments

Comments

@KrullBorg
Copy link

Is your feature request related to a problem? Please describe.
dotter init ignores dotfiles

Describe the solution you'd like
I think it sould produce entries surrounded with quotes

For example
.Xresources

should become

".Xresources"="~/.Xresources"
@SuperCuber
Copy link
Owner

The original reason I filtered out dotfiles is because of the .dotter and .git folders that probably exist in that repo... Guess I can just include them anyways? Or maybe hardcode them to an ignore list.

@KrullBorg
Copy link
Author

KrullBorg commented May 15, 2023

i'm talking about only files; but yes it could be take into account also directories; maybe dotter init could have an --exclude parameter? or, as you said, an hardcoded list of directories to exclude could be enough

@SuperCuber
Copy link
Owner

Yeah it should be enough. This doesn't have to be perfect, you're expected to use it to get a rough template and then edit from there

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

No branches or pull requests

2 participants