Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vcsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
vcsh
Commits
711b529b
Commit
711b529b
authored
Feb 10, 2012
by
Richard Hartmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:RichiH/vcsh
parents
3dec76f4
7e8292a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-9
11 additions, 9 deletions
README.md
with
11 additions
and
9 deletions
README.md
+
11
−
9
View file @
711b529b
...
...
@@ -15,7 +15,7 @@ community around the general idea of version controlling your (digital) life.
*
IRC: #vcs-home on irc.oftc.net
*
Mailing list:
vcs-home@
lists.madduck.net
*
Mailing list:
http://
lists.madduck.net
/listinfo/vcs-home
*
Pull requests or issues on https://github.com/RichiH/vcsh
...
...
@@ -98,7 +98,7 @@ To illustrate, this is what a possible directory structure looks like.
### available.d ###
The files you see in $XDG_CONFIG_HOME/mr/available.d are mr configuration files
The files you see in $XDG
\
_
CONFIG
\
_
HOME/mr/available.d are mr configuration files
that contain the commands to manage (checkout, update etc.) a single
repository. vcsh repo configs end in .vcsh, git configs end in .git, etc. This
is optional and your preference. For example, this is what a zsh.vcsh
...
...
@@ -116,7 +116,7 @@ this repository and fork your own.
### config.d ###
$XDG_CONFIG_HOME/mr/available.d contains
*all available*
repositories. Only
$XDG
\
_
CONFIG
\
_
HOME/mr/available.d contains
*all available*
repositories. Only
files/links present in mr/config.d, however, will be used by mr. That means
that in this example, only the zsh, gitconfigs, tmux and vim repositories will
be checked out. A simple
`mr update`
run in $HOME will clone or update those
...
...
@@ -130,11 +130,13 @@ this:
[DEFAULT]
jobs = 5
include = cat $XDG_CONFIG_HOME/mr/config.d/*
# Use if your mr does not have vcsh support in mainline, yet
include = cat /usr/share/mr/vcsh
include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/*
### repo.d ###
$XDG_CONFIG_HOME/vcsh/repo.d is the directory where all git repositories which
$XDG
\
_
CONFIG
\
_
HOME/vcsh/repo.d is the directory where all git repositories which
are under vcsh's control are located. Since their working trees are configured
to be in $HOME, the files contained in those repositories will be put in $HOME
directly.
...
...
@@ -185,10 +187,10 @@ Make sure none of the following files and directories exist for your test
*
~/.gitignore.d
*
~/.mrconfig
*
$XDG_CONFIG_HOME/mr/available.d/mr.vcsh
*
$XDG_CONFIG_HOME/mr/available.d/zsh.vcsh
*
$XDG_CONFIG_HOME/mr/config.d/mr.vcsh
*
$XDG_CONFIG_HOME/vcsh/repo.d/mr.git/
*
$XDG
\
_
CONFIG
\
_
HOME/mr/available.d/mr.vcsh
*
$XDG
\
_
CONFIG
\
_
HOME/mr/available.d/zsh.vcsh
*
$XDG
\
_
CONFIG
\
_
HOME/mr/config.d/mr.vcsh
*
$XDG
\
_
CONFIG
\
_
HOME/vcsh/repo.d/mr.git/
All of the files are part of the template repository, the directory is where
the template will be stored.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment