From: Don Armstrong Date: Wed, 20 Nov 2013 23:19:25 +0000 (-0800) Subject: update new home directory X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55295ab675db06d8c9db55d3f3f4309dc5342e18;p=bin.git update new home directory --- diff --git a/new_home_directory b/new_home_directory index f5e1f5e..5c83ae1 100755 --- a/new_home_directory +++ b/new_home_directory @@ -25,6 +25,17 @@ for pkg in mr vcsh; do fi; done; +# .config is currently a link; this indicates that we are dealing with my old configuration system +if [ -L .config ]; then + mv .config .config_bak; + mkdir -p .config; + cp -r .config_bak/* .config/; +fi; + +if [ -d lib/.svn ]; then + mv lib/.svn lib/.svn_bak; +fi; + if [ "$1" = "ssh" ]; then mkdir -p .config/; (cd .config/;