dots

Dotfiles for Linux
Log | Files | Refs | README

commit 4cfcf5fe0e18568a27bee14af5b6a111e4033997
parent 2ff010822d1714907d9b10a5195d7c5045c05fc9
Author: Chris Kiriakou <chris@kiriakou.net>
Date:   Sat, 19 Sep 2026 11:12:29 +0200

Add simple instructions

Diffstat:
MREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +# Linux Dotfiles + +To spawn the configuration files form this repository to the target one can use +[stow](https://www.gnu.org/software/stow/): + +Clone this repository to `~/.dotfiles` + +Use stow to link dotfiles: +```sh +cd .dotfiles +stow --dotfiles [list of directories to be stowed] +```