aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-30 10:53:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-30 10:53:21 -0200
commitac7d8c4799338ada143f5f5ec6c98145ee1d5af2 (patch)
treec43d7b5205f2b050673f287d47d2a989e9e4c822
parent184e5a3ea6869e552c425428aab581006fd96efc (diff)
downloadmetadot-ac7d8c4799338ada143f5f5ec6c98145ee1d5af2.tar.gz
metadot-ac7d8c4799338ada143f5f5ec6c98145ee1d5af2.tar.bz2
Emphasize one can use subtrees
-rw-r--r--README.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.mdwn b/README.mdwn
index cf81d01..2776ca3 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -5,8 +5,8 @@ Metadot allows you to easilly manage and reuse existing dotfiles repositories
by simply cloning then to your `~/.dotfiles/modules` and renaming a few files.
By being modular, it's possible to create modules for specific applications
-(vim, mutt, emcas, git, etc). By using git submodules, one can even create her
-own dotfile bundle.
+(vim, mutt, emcas, git, etc). By using git submodules or subtrees, one can even
+create her own dotfile bundle.
It was inspired by [holman does dotfiles](https://github.com/holman/dotfiles)
and many other initiatives but with a modular design to ease dotfile sharing as
@@ -40,7 +40,7 @@ In both cases your `vim` module will be available at `~/.dotfiles/modules/vim`.
You can use just one bundle at a time. While you can mixed a bundle with
individual modules, it's more sane to just start your own bundle and keep
-modules as git submodules.
+modules as git submodules or subtrees.
Usage
-----
@@ -73,7 +73,7 @@ Layout
Module format
-------------
-Modules rest at ~/.dotfiles/modules and can be git submodules. File format is:
+Modules rest at ~/.dotfiles/modules and can be git submodules or subtrees. File format is:
[path/]<name>[.dot][.link]