Skip to content

Commit

Permalink
A visual representation of how the various config files are imported
Browse files Browse the repository at this point in the history
  • Loading branch information
johntyree committed Nov 27, 2013
1 parent 41ede1b commit 761370a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config-dependencies.gv
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
digraph G {
graph [layout=dot]

// This is just an example for you to use as a template.
// Edit as you like. Whenever you save a legal graph
// the layout in the graphviz window will be updated.

/* vim [href="http://www.vim.org/"] */
/* dot [href="http://www.graphviz.org/"] */
/* vimdot [href="file:///usr/bin/vimdot"] */

{_} -> _before
{_before} -> _before_fork
{_before_fork} -> _before_local
{_ _before_local} -> _bundles
{_bundles} -> _bundles_fork
{_bundles} -> _bundles_local
{_bundles_fork} -> _bundles_local
{_ _bundles_local} -> _fork
{_ _fork} -> _local
{_ _local} -> g_local
}

0 comments on commit 761370a

Please sign in to comment.