README.md (284B)
1 # Linux Dotfiles 2 3 To spawn the configuration files form this repository to the target one can use 4 [stow](https://www.gnu.org/software/stow/): 5 6 Clone this repository to `~/.dotfiles` 7 8 Use stow to link dotfiles: 9 ```sh 10 cd .dotfiles 11 stow --dotfiles [list of directories to be stowed] 12 ```