Update Readme

This commit is contained in:
coolneng 2019-11-17 16:54:54 +01:00
parent c1b22ab72d
commit 6b12dfb4dc
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 3 deletions

View File

@ -6,10 +6,11 @@ Every configuration file is categorized, inside a parent folder.
If you want to deploy them without using GNU stow, copy the If you want to deploy them without using GNU stow, copy the
configuration file with the corresponding folder hierarchy, in your home configuration file with the corresponding folder hierarchy, in your home
folder: folder.
For example:
#+begin_src shell #+BEGIN_SRC sh
cd vim cd vim
cp .vimrc ~/.vimrc cp .vimrc ~/.vimrc
cp -R .vim ~/.vim cp -R .vim ~/.vim
#+end_src #+END_SRC