From bb90ab9033dd717576ccdbea388a3cab5088bd8e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Dec 2013 13:32:37 -0200 Subject: README update --- README.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.mdwn') diff --git a/README.mdwn b/README.mdwn index 0eabca7..c1e09a4 100644 --- a/README.mdwn +++ b/README.mdwn @@ -66,9 +66,9 @@ Backups are made whenever a module is loaded. Layout ------ -- ~/.dotfiles: where all dotfiles modules are stored -- ~/.backups: backups of old config files -- ~/.custom: some modules use this folder for custom configuration overriding default parameters +- `~/.dotfiles`: where all dotfiles modules are stored +- `~/.backups`: backups of old config files +- `~/.custom`: some modules use this folder for custom configuration overriding default parameters Module format ------------- @@ -79,14 +79,14 @@ Modules rest at ~/.dotfiles/modules and can be git submodules. File format is: Which means files -- 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 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 +- file structure is preserved: `apps/scripts.link` is linked as `$HOME/apps/scripts`. +- nested structures are allowed: `config.dot/awesome.link` is linked as `$HOME/.config/awesome`. Contact ------- -- cgit v1.2.3