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

Improved installation #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Improved installation #2

wants to merge 2 commits into from

Conversation

graywolf
Copy link

  • $HOMEDIR/bin is created if does not exist
  • target links are deleted only if links, not if files or directories
  • create symbolic instead of hard links

* $HOMEDIR/bin is created if does not exist
* target links are deleted only if links, not if files or directories
* create symbolic instead of hard links
@LucHermitte
Copy link
Owner

Nice. Thanks.
However, I'd rather have hardlinks instead of symbolic links. Could you add an option for this before I merge this PR?

@graywolf
Copy link
Author

Added option for it, defaults to hard links.

Out of curiosity, why do you prefer hardlinks?

@graywolf
Copy link
Author

hm, one thought, if it's hardlink, it asks for every file if it should remove it, that's probably not ideal? Should I also enable the prompt if should delete file (y/n) only if symlink?

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

Successfully merging this pull request may close these issues.

2 participants