summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2014-08-18 21:07:24 -0700
committerAnish Athalye <me@anishathalye.com>2014-08-18 21:07:24 -0700
commit5103c10a5fcf345de42ad949b8c2265560781f64 (patch)
tree6d817fe3fc8d49dd7d17a3504d0cd6ab66c0a91c /README.md
parent11dd1e2eac0290ea3aede34e44a20135598c777b (diff)
Add link to tutorial
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12fb6ca..fb31abd 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,9 @@ your dotfiles.
Dotfiles Organization
---------------------
+If you want an in-depth tutorial about organizing your dotfiles, see this [blog
+post][managing-dotfiles-post].
+
A great way to organize your dotfiles is having all of them in a single
(isolated) git repository and symlinking files into place. You can add plugins
and stuff using git submodules. This whole symlinking business can be a bit of
@@ -125,3 +128,4 @@ Copyright (c) 2014 Anish Athalye. Released under the MIT License. See
[template]: https://github.com/anishathalye/dotfiles_template
[git-install]: tools/git-submodule/install
[license]: LICENSE.md
+[managing-dotfiles-post]: http://www.anishathalye.com/2014/08/03/managing-your-dotfiles/