From 1212a9d32dbc809bcce679b9d36f3a233af3193e Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Fri, 21 Aug 2015 03:14:10 -0700 Subject: Switch to stow --- deploy | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 deploy (limited to 'deploy') diff --git a/deploy b/deploy deleted file mode 100755 index 1a53e6c..0000000 --- a/deploy +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh -DEPLOY_DIR=$HOME/ #don't forget the trailing slash - -cd ${0%/*} -find -type d ! \( -type d -path "*.git" -prune \) -print0 | xargs -0 -I '{}' mkdir -p $DEPLOY_DIR{} -find ! \( -type d -path "*.git" -prune \) -type f ! -path "./deploy" ! -path "./README" -print0 | while IFS="" read -r -d "" file -do - ln -snf $PWD/$file $DEPLOY_DIR${file%/*} -done - -- cgit v1.2.3-70-g09d2