Prevent stow from overwriting dotfiles with default, system files.

This commit is contained in:
2024-03-25 13:46:56 +00:00
parent f415a56c44
commit 9ca7eddd59

View File

@@ -18,3 +18,5 @@ p i stow
# Link dotfile home to $HOME # Link dotfile home to $HOME
echo -e "${GREEN}[+] Symlinking dotfiles...${ENDCOLOR}" echo -e "${GREEN}[+] Symlinking dotfiles...${ENDCOLOR}"
stow -v -t $HOME home --adopt stow -v -t $HOME home --adopt
git diff
git reset --hard