Format the README with working syntax highlighting
This commit is contained in:
parent
78d69f9788
commit
e2b25b31a4
10
README.md
10
README.md
|
@ -2,14 +2,14 @@
|
|||
|
||||
## 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:
|
||||
|
||||
~~~
|
||||
cd vim;
|
||||
```sh
|
||||
cd vim
|
||||
cp .vimrc ~/.vimrc
|
||||
cp -R .vim ~/.vim
|
||||
|
||||
~~~
|
||||
```
|
||||
|
||||
**oekk** now you can finally enjoy yourself
|
||||
|
|
Loading…
Reference in New Issue