From 0745127a60985c4245139f93521bccdbabfe35fc Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 9 Aug 2015 13:35:50 -0500 Subject: [PATCH] use force for xstow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4461bd6..71f8faf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOTDEE=update-dotdee STOW=xstow PWD=$(shell pwd) -STOWOPTS=-target $(HOME) -d $(PWD) +STOWOPTS=-f -target $(HOME) -d $(PWD) DOTGITCONFIG=~/.gitconfig DOTPROFILE=~/.profile