From d909a343f6db4ffe9222a9c1ffe9cd7cc5eeeb04 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 25 Mar 2024 13:46:56 +0000 Subject: [PATCH] Prevent stow from overwriting dotfiles with default, system files. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index a36b69c8..13f612f3 100755 --- a/install.sh +++ b/install.sh @@ -18,3 +18,5 @@ p i stow # Link dotfile home to $HOME echo -e "${GREEN}[+] Symlinking dotfiles...${ENDCOLOR}" stow -v -t $HOME home --adopt +git diff +git reset --hard