Bash-scripts icon indicating copy to clipboard operation
Bash-scripts copied to clipboard

Improved installation

Open graywolf opened this issue 8 years ago • 3 comments

  • $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

graywolf avatar Apr 13 '16 12:04 graywolf

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

LucHermitte avatar Apr 13 '16 16:04 LucHermitte

Added option for it, defaults to hard links.

Out of curiosity, why do you prefer hardlinks?

graywolf avatar Apr 13 '16 22:04 graywolf

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?

graywolf avatar Apr 13 '16 22:04 graywolf