Rephrase the explanation for dotfile deployment

This commit is contained in:
coolneng 2019-03-24 20:18:14 +01:00
parent e2b25b31a4
commit 0e8fd63925
1 changed files with 6 additions and 2 deletions

View File

@ -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