Files
oam/knowledge base/stow.md
2023-07-09 21:35:14 +02:00

28 lines
497 B
Markdown

# GNU Stow
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## 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]
<!--
References
-->
<!-- Upstream -->
[website]: https://www.gnu.org/software/stow