]> git.madduck.net Git - code/vcsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Added rudimentary INSTALL file
authorRichard Hartmann <richih.mailinglist@gmail.com>
Sat, 4 Jun 2011 08:43:24 +0000 (10:43 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Sat, 4 Jun 2011 08:43:24 +0000 (10:43 +0200)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..5813f80
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,41 @@
+# This is how my setup looks. Adapt to your style or copy mine verbatim, both is fine.
+
+# Create workspace
+mkdir -p ~/work/git
+cd !$
+
+# Clone vcsh and make it available
+git clone git://github.com/RichiH/vcsh.git vcsh-readonly
+PATH+=":/home/richih/work/git/vcsh-readonly"
+export PATH
+
+# Grab my mr config. see below for details on how I set this up
+zsh ~/work/git/vcsh-readonly/vcsh clone ssh://<remote>/mr.git
+cd ~/.config/mr/config.d/
+ln -s ../available.d/* .
+
+# make vcsh work by default. Adapt for Bash etc as needed
+cd
+zsh ~/work/git/vcsh-readonly/vcsh clone ssh://<remote>/zsh.git
+ln -s ~/work/git/vcsh-readonly/vcsh .zsh/functions
+zsh
+
+
+
+
+################
+
+# mr
+
+~ % cat ~/.mrconfig
+[DEFAULT]
+include = cat ~/.config/mr/config.d/*
+~ % echo $XDG_CONFIG_HOME
+/home/richih/.config
+~ % ls $XDG_CONFIG_HOME/mr/available.d # random selection of my repos
+git-annex gitk.vcsh git.vcsh ikiwiki mr.vcsh reportbug.vcsh snippets.git wget.vcsh zsh.vcsh
+~ % 
+# then simply ln -s whatever you want on your local machine from
+# $XDG_CONFIG_HOME/mr/available.d to $XDG_CONFIG_HOME/mr/config.d
+~ % cd
+~ % mr -j 5 up