--- /dev/null
+Configuration files for mr.
+
+IMPORTANT:
+
+In this mr repository do not add any file that may conflict with files from
+any other repository managed by vcsh.
+
+Examples of conflicting files are ~/README, ~/LICENSE, or ~/.gitmodules
+
+This is required because this repository is meant to be cloned before all the
+other ones in order to bring them in.
+
+In particular this means that the vcsh configuration required to handle sparse
+checkouts and colliding files may still not be in place when this repository
+is cloned.
--- /dev/null
+[$HOME/.config/vcsh/repo.d/bash.git]
+checkout = vcsh clone 'https://git.ao2.it/config/bash.git' 'bash'
--- /dev/null
+[$HOME/.config/vcsh/repo.d/git.git]
+checkout = vcsh clone 'https://git.ao2.it/config/git.git' 'git'
--- /dev/null
+[$HOME/.config/vcsh/repo.d/readline.git]
+checkout = vcsh clone 'https://git.ao2.it/config/readline.git' 'readline'
--- /dev/null
+[$HOME/.config/vcsh/repo.d/sh.git]
+checkout = vcsh clone 'https://git.ao2.it/config/sh.git' 'sh'
--- /dev/null
+[$HOME/.config/vcsh/repo.d/vcsh.git]
+checkout = vcsh clone 'https://git.ao2.it/config/vcsh.git' 'vcsh'
+order = 1
--- /dev/null
+../available.d/bash.vcsh
\ No newline at end of file
--- /dev/null
+../available.d/git.vcsh
\ No newline at end of file
--- /dev/null
+../available.d/readline.vcsh
\ No newline at end of file
--- /dev/null
+../available.d/sh.vcsh
\ No newline at end of file
--- /dev/null
+../available.d/vcsh.vcsh
\ No newline at end of file
--- /dev/null
+[DEFAULT]
+git_gc = git gc "$@"
+jobs = 1
+
+include = cat ~/.config/mr/config.d/*