]> gitweb.fluxo.info Git - metadot.git/commitdiff
Better layout explanation
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 03:37:07 +0000 (01:37 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 03:37:07 +0000 (01:37 -0200)
README.mdwn

index fb625e0deafde6f700f4df1750991b43245510af..ca192d8dcd22b178dd57b63bab63526b53c7bcb7 100644 (file)
@@ -16,7 +16,7 @@ Backups of your old files can be put into .dotfiles/backups.
 Layout
 ------
 
-- ~/.dotfiles: where all dotfiles plugins are stored
+- ~/.dotfiles: where all dotfiles modules are stored
 - ~/.backups: backups of old config files
 - ~/.custom: your custom configuration where you can override parameters
 
@@ -27,12 +27,16 @@ Modules rest at ~/.dotfiles/modules and can be git submodules. File format is:
 
     [path/]<name>[.dot][.link]
 
-That means:
+Which means files
 
-- files ending with a .link extension are linked at $HOME.
-- files with a .dot.link extension are converted to a dotfile: vimrc.dot.link is symlinked as ~/.vimrc
-- file structure is preserved: file apps/scripts.link is linked at $HOME/apps/scripts.
-- all other files are ignored.
+- with a .link extension are linked at $HOME.
+- with a .dot.link extension are converted to a dotfile: vimrc.dot.link is linked as ~/.vimrc.
+- with other extensions are ignored.
+
+Also,
+
+- file structure is preserved: file apps/scripts.link is linked as $HOME/apps/scripts.
+- nested structures are allowed: config.dot/awesome.link is linked as $HOME/.config/awesome
 
 Todo
 ----