From f157982caeaa3f862e384a8b4b4cbc629546771a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 18 Sep 2017 15:36:42 -0300 Subject: Adds stowpkg --- inception | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inception') diff --git a/inception b/inception index 1ae9172..3841045 100755 --- a/inception +++ b/inception @@ -6,6 +6,7 @@ # Parameters BASENAME="`basename $0`" DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)" +EXCLUDES="--exclude=stowpkg/tree" # Make sure we're running git directly and not any existing wrapper GIT="/usr/bin/git" @@ -94,7 +95,7 @@ function inception_deploy { # Sync apps if [ -e "$HOME/apps" ]; then - rsync -avz --delete $HOME/apps/ $REMOTE:apps/ + rsync -avz --delete $EXCLUDES $HOME/apps/ $REMOTE:apps/ fi # Sync dotfiles -- cgit v1.2.3