#!/bin/sh type svn > /dev/null 2>&1 || exit 4 type git > /dev/null 2>&1 || exit 5 mkdir -p tmp/old || exit 3 mv -v `svn ls http://al.id.au/svn/tools/userconfig/standard_dotfiles` tmp/old if [ -f .bash_profile ] ; then mv -v .bash_profile tmp/old ; fi svn co http://al.id.au/svn/tools/userconfig/standard_dotfiles . # create a bin directory and pre-fill it git clone https://github.com/unixnut/scripts bin svn export --force http://al.id.au/svn/tools/userconfig/standard_scripts bin ## mkdir -p bin if [ ! -f .mail_aliases ] ; then touch .mail_aliases ; fi