Update dotfiles post now that I've split out the framework from the dotfiles.
[blog.git] / posts / dotfiles.mdwn
index ea7a2623968c10dc9a1e025962315651529dcd2e..f495a2c9db6c703a44bddbaf6eb8306c360c5fb7 100644 (file)
@@ -1,11 +1,20 @@
-[[!template id=gitrepo repo=dotfiles]]
+[[!template id=gitrepo repo="dotfiles-framework"]]
+[[!template id=gitrepo repo="dotfiles-public"]]
 
 Keep all those pesky config files in one place. Inspired by (and
 sharing much code with) [Steve Kemp's implementation][SK] (Steve's
 [blog post][] gives a bit of historical background).
 
+I've restructured things a bit so the [installation framework] is a
+stand-alone package (containing `dotfiles.sh`).  You can install
+several dotfiles repositories in parallel, allowing you to publish
+your public dotfiles for general consumption, while at the same time
+distributing your private dotfiles over secure channels.  See the
+[README][] for more details.
+
 [SK]: http://repository.steve.org.uk/cgi-bin/hgwebdir.cgi/dotfiles/file/tip?file/tip/
 [blog post]: http://blog.steve.org.uk/didn_t_i_kill_you_already_.html
+[README]: http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=dotfiles-framework.git;a=blob;f=README;hb=HEAD
 
 [[!tag tags/linux]]
 [[!tag tags/code]]