From: Richard Hartmann Date: Tue, 27 Dec 2011 13:29:33 +0000 (+0100) Subject: Update README.md to reference .gitignore.d X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/3768fe91680ba80f5715edf19399261a2dd524aa?hp=8b015a02474ffd228669a43aea715db87ebb5389 Update README.md to reference .gitignore.d --- diff --git a/README.md b/README.md index 677ee5a..b07df4d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ To illustrate, this is what a possible directory structure looks like. | | |-- tmux.vcsh -> ../available.d/tmux.vcsh | | `-- vim.vcsh -> ../available.d/vim.vcsh | `-- vcsh + | |-- config | `-- repo.d | |-- zsh.git -----------+ | |-- gitconfigs.git | @@ -90,7 +91,8 @@ To illustrate, this is what a possible directory structure looks like. | `-- vim.git | |-- [...] | |-- .zshrc <----------------------+ - |-- .gitignore + |-- .gitignore.d + | `-- zsh |-- .mrconfig `-- .mrtrust @@ -179,7 +181,7 @@ Below, you will find a few different methods for setting up vcsh: Make sure none of the following files and directories exist for your test (user). If they do, move them away for now: -* ~/.gitignore +* ~/.gitignore.d * ~/.mrconfig * $XDG_CONFIG_HOME/mr/available.d/mr.vcsh * $XDG_CONFIG_HOME/mr/available.d/zsh.vcsh