From 0e8fd6392531a1fc7eda6b26d4f27ed0d69070b3 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 24 Mar 2019 20:18:14 +0100 Subject: [PATCH] Rephrase the explanation for dotfile deployment --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1210bc4..8ff44ea 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,18 @@ ## Compilation of my essential configs, managed with GNU stow + Every configuration file is categorized, inside a parent folder. -If you want to deploy them without using GNU stow, copy the configuration file at the abolute path indicated by the folder hierarchy: +If you want to deploy them without using GNU stow, copy the configuration file with the corresponding folder hierarchy, in your home folder: -```sh + + +```shell cd vim cp .vimrc ~/.vimrc cp -R .vim ~/.vim ``` + **oekk** now you can finally enjoy yourself