aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-02-09 13:08:38 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-02-09 13:08:38 +0000
commitb1604d95321736958ea0955b4281036ab40844fd (patch)
tree62ffccc0d01a14881099bb0770dab9ae9647f680
parent47489e5dc2044174731d3063212a83623b113c35 (diff)
downloaddotfiles-b1604d95321736958ea0955b4281036ab40844fd.tar.gz
dotfiles-b1604d95321736958ea0955b4281036ab40844fd.tar.bz2
dotfiles-b1604d95321736958ea0955b4281036ab40844fd.zip
+few more commands for delete.sh
remove all the folders that were created by install.sh and the doom emacs install.
-rw-r--r--delete.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/delete.sh b/delete.sh
index af4c0ed..7708ce3 100644
--- a/delete.sh
+++ b/delete.sh
@@ -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;