diff --git a/stow_script.sh b/stow_script.sh index e164aa8..cd94239 100755 --- a/stow_script.sh +++ b/stow_script.sh @@ -12,10 +12,10 @@ do echo $i # Stow adopt, like -d, but it replaces the content in stow dir with # what already exists - stow --adopt $i + stow --adopt $i --target ~/ done # Now to revert the --adopt, and make it act like -d # !Make sure there's nothing new/uncommited in dotfiles dir first -#git --reset hard +git --reset hard