Rephrase the explanation for dotfile deployment
This commit is contained in:
parent
e2b25b31a4
commit
0e8fd63925
|
@ -2,14 +2,18 @@
|
||||||
|
|
||||||
## Compilation of my essential configs, managed with GNU stow
|
## Compilation of my essential configs, managed with GNU stow
|
||||||
|
|
||||||
|
|
||||||
Every configuration file is categorized, inside a parent folder.
|
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
|
cd vim
|
||||||
cp .vimrc ~/.vimrc
|
cp .vimrc ~/.vimrc
|
||||||
cp -R .vim ~/.vim
|
cp -R .vim ~/.vim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
**oekk** now you can finally enjoy yourself
|
**oekk** now you can finally enjoy yourself
|
||||||
|
|
Loading…
Reference in New Issue