mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
28 lines
497 B
Markdown
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
|