From e922d6a9b2f3751f16aa7dd7007f4e050dd9f7d4 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 7 Jul 2025 19:54:17 +0200 Subject: [PATCH] added readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2423480 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# dot files managed by stow +Allow me to unify my .files and keep them unified. +Simply install git and stow, and run stow from the folder of this repo on the local machine + +>pacman -S git stow +>cd ~ +>git clone git@github.com:tschork/dotfiles.git +>cd dotfiles +>stow . + +!!!! Take care of removing the existing .files first, to enable stow to create the symlinks