a slightly customised installation of GNU Stow suitable for powering dot/ packages
Go to file
Danielle McLean be6413057e
Rebuild with Perl path set to /usr/bin/perl
2023-11-02 20:01:37 +11:00
dot-local Rebuild with Perl path set to /usr/bin/perl 2023-11-02 20:01:37 +11:00
README.md Rebuild with Perl path set to /usr/bin/perl 2023-11-02 20:01:37 +11:00

README.md

dot/stow

This is a prebuilt distribution of GNU Stow, based on my slightly modified fork, which has been built to use relative paths for locating Perl modules at runtime. It's perfect for cloning into your ~/dotfiles and using with no further steps, since it doesn't care what your home directory is called and will work no matter where you put it.

To build this version of Stow for yourself (or, more likely, if you're me and need to update the build when Stow changes upstream):

git clone https://git.00dani.me/00dani/stow
cd stow
autoreconf -iv
./configure --enable-relative --prefix=$PWD/out --with-pmdir=$PWD/out/lib/perl PERL=/usr/bin/perl
make
make install