# GNU Stow ## Table of contents 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] [website]: https://www.gnu.org/software/stow