diff --git a/README.md b/README.md deleted file mode 100644 index 8ff44ea..0000000 --- a/README.md +++ /dev/null @@ -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 diff --git a/README.org b/README.org new file mode 100644 index 0000000..9dc9429 --- /dev/null +++ b/README.org @@ -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