Bash-scripts
Bash-scripts copied to clipboard
Improved installation
- $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
Nice. Thanks. However, I'd rather have hardlinks instead of symbolic links. Could you add an option for this before I merge this PR?
Added option for it, defaults to hard links.
Out of curiosity, why do you prefer hardlinks?
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?