dotfiles/README.org

17 lines
371 B
Org Mode
Raw Normal View History

2019-11-16 11:13:09 +01:00
* 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
2019-11-17 16:54:54 +01:00
folder.
For example:
2019-11-16 11:13:09 +01:00
2019-11-17 16:54:54 +01:00
#+BEGIN_SRC sh
2019-11-16 11:13:09 +01:00
cd vim
cp .vimrc ~/.vimrc
cp -R .vim ~/.vim
2019-11-17 16:54:54 +01:00
#+END_SRC