Files
oam/knowledge base/stow.md
2022-05-15 00:24:53 +02:00

18 lines
351 B
Markdown

# GNU Stow
## TL;DR
```sh
# Stow files from packages in the current directory.
stow --dotfiles package1 packageN
# Simulate to stow files from packages in ~/.dotfiles to $HOME.
$ stow --dotfiles --dir $HOME/.dotfiles --target $HOME vim screen --simulate --verbose
```
## Further readings
- [Website]
[website]: https://www.gnu.org/software/stow