Skip to content

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