Update stow script to move all dir to ~/

master
Nathan Steel 5 months ago
parent 52f73889bc
commit 9676e74ace

@ -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

Loading…
Cancel
Save