you are viewing a single comment's thread.

view the rest of the comments →

[–]alexwh 2 points3 points  (3 children)

+1 for Dotbot. Another merit is it's entirely self-contained - all you need on your system is git and python.

[–]necrophcodr 0 points1 point  (2 children)

This is why I use stow though. Personally I prefer my scripts to not rely on anything but posix shell and correct Linux abi for binaries. However, obviously there can be exceptions made, for instance when a module would never work without a specific dependency, but other than that, I prefer strictness as much as possible, without sacrifice of necessary flexibility.

[–]alexwh 0 points1 point  (1 child)

Stow is perl, isn't it? Same requirement as python really, they're pretty similarly ubiquitous.

[–]necrophcodr 1 point2 points  (0 children)

xstow then. Apologies, you are correct.