diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 13:08:38 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 13:08:38 +0000 |
commit | b1604d95321736958ea0955b4281036ab40844fd (patch) | |
tree | 62ffccc0d01a14881099bb0770dab9ae9647f680 | |
parent | 47489e5dc2044174731d3063212a83623b113c35 (diff) | |
download | dotfiles-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.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |