+few more commands for delete.sh

remove all the folders that were created by install.sh and the doom
emacs install.
This commit is contained in:
AChavali
2020-02-09 13:08:38 +00:00
parent 47489e5dc2
commit b1604d9532

View File

@@ -7,3 +7,8 @@ for file in $files; do
echo "Removing symlink for ~/." + $file;
rm ~/.$file;
done
rm -rf ~/Text ~/Code ~/Code/Learning ~/Code/Projects \
~/Code/Templates ~/School;
rm -rf ~/.emacs.d;