Added stow's notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-05-12 23:36:53 +02:00
parent d64a060ad1
commit 3fd386384e

17
knowledge base/stow.md Normal file
View File

@@ -0,0 +1,17 @@
# GNU Stow
## TL;DR
```shell
# 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