Get the absolute bleeding edge

From OS X Scientific Computing

Contents

Getting the very latest zsh-templates-osx updates via svn

Whenever significant changes are made, I try to make a new tarball and a new fink package. But it is easy to become distracted.

If you want to stay very current, you can check out a read-only working copy anonymously over HTTP from google-code. Just do the following:

If the directory /Library/init does not already exist, create it

sudo mkdir -p /Library/init

Now enter this directory

cd /Library/init

Now create or update the zsh subdirectory with svn

sudo svn checkout http://zsh-templates-osx.googlecode.com/svn/trunk/Library/init/zsh  zsh

For subsequent updates, you can either issue the same command from /Library/init, or, more simply, issue

cd /Library/init/zsh
sudo svn update

Now get the /etc/zsh* files

As a precaution, do this in /tmp and then copy the files into /etc

cd /tmp
svn checkout http://zsh-templates-osx.googlecode.com/svn/trunk/etc   etc  

sudo cp /tmp/etc/zsh*  /etc/.