Convert Readme file to Org mode
This commit is contained in:
parent
77f0397e1c
commit
5a9628c302
19
README.md
19
README.md
|
@ -1,19 +0,0 @@
|
||||||
# Dotfiles
|
|
||||||
|
|
||||||
## 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 with the corresponding folder hierarchy, in your home folder:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```shell
|
|
||||||
cd vim
|
|
||||||
cp .vimrc ~/.vimrc
|
|
||||||
cp -R .vim ~/.vim
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
**oekk** now you can finally enjoy yourself
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
* Dotfiles
|
||||||
|
|
||||||
|
** 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 with the corresponding folder hierarchy, in your home
|
||||||
|
folder:
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
cd vim
|
||||||
|
cp .vimrc ~/.vimrc
|
||||||
|
cp -R .vim ~/.vim
|
||||||
|
#+end_src
|
Loading…
Reference in New Issue