diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-21 03:14:10 -0700 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-21 03:25:54 -0700 |
| commit | 1212a9d32dbc809bcce679b9d36f3a233af3193e (patch) | |
| tree | 0c5927010e7b51eaccc412f44f076c67971fbe61 /deploy | |
| parent | 56ce88c7944443d7e097847a6bf0dadb66859c24 (diff) | |
| download | dotfiles-1212a9d32dbc809bcce679b9d36f3a233af3193e.tar.gz | |
Switch to stow
Diffstat (limited to 'deploy')
| -rwxr-xr-x | deploy | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 - |
