From 5a9628c3026f488b63fd09676730d597f4a4147f Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 16 Nov 2019 11:13:09 +0100 Subject: [PATCH] Convert Readme file to Org mode --- README.md | 19 ------------------- README.org | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 README.md create mode 100644 README.org 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