stow
stow copied to clipboard
GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
Paging @jvkersch in case he has any insight. I use `stow` to manage my dotfiles. If I am trying to stow my config for zathura, I run `stow --dotfiles zathura`...
May I humbly request a build switch that would allow us to build and install Stow while skipping the build of the docs. Having to build latex to build Stow...
On OSX using mactex as my latex distribution, installed with Home-brew, I get the following docs build error: rm -f doc/manual-single.html /bin/sh '/Users/gpoole/temp3/.gbpEnv/stow/automake/missing' makeinfo --html -I . -I doc -I...
Fixes http://savannah.gnu.org/bugs/?56727 and #33. Problem was that when running stow_contents/unstow_contents recursively from stow_node/unstow_node the information for the source path (without the dot- to . transformation) was lost. In the case...
I tried installing stow in a Docker container. Cloned this repository. `autoconf`, `automake`, `perl` and the two needed perl modules are installed. `autoreconf iv` and `./configure` did not throw an...
[This page](https://www.gnu.org/software/stow/manual/stow.html#Types-And-Syntax-Of-Ignore-Lists) mentions that it is possible to make a global `~/.stow-global-ignore`, but it does not seem to work when I make one. I copied this from one of my...
Sorry hit enter by accident... See comment below for description.
Was this feature deemed unnecessary or difficult to implement, or was it just time issues. Even without a no-folding-list file just the ```.no-stow-folding``` part would be very useful I think,...
```sh mkdir -p /usr/local/Cellar/app/0.36.2/{bin,etc} touch /usr/local/Cellar/app/0.36.2/{LICENSE,README.md} touch /usr/local/Cellar/app/0.36.2/bin/cmd ln -s /usr/local/Cellar/app/0.36.2 /usr/local/opt/app mkdir -p ~/dotfiles/app-config/opt/app/ touch ~/dotfiles/app-config/opt/app/homebrew.mxcl.app.plist cd ~/dotfiles/app-config/opt/ stow -v5 -n --no-folding --dir=. --target=/usr/local/opt/ ``` Output ``` read_a_link(app): real...
# System Information ```bash $ stow --version stow (GNU Stow) version 2.3.1 $ perl -v This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-thread-multi $ uname -a...