summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-10 15:37:18 +0100
committerDavid Robillard <d@drobilla.net>2017-12-10 15:37:18 +0100
commitb3fb6bfecc87b963c63842b9ab6944a62ba4dda7 (patch)
treedfebf1b6307b3fcc74547eeef8fc18eef794159d
parent7b42907c9cd5d6404b463339de0f9a65f690e362 (diff)
downloaddotfiles-b3fb6bfecc87b963c63842b9ab6944a62ba4dda7.tar.gz
dotfiles-b3fb6bfecc87b963c63842b9ab6944a62ba4dda7.tar.bz2
dotfiles-b3fb6bfecc87b963c63842b9ab6944a62ba4dda7.zip
Add undeploy script
-rwxr-xr-xundeploy.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/undeploy.sh b/undeploy.sh
new file mode 100755
index 0000000..3370b70
--- /dev/null
+++ b/undeploy.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+rm ~/.aptitude
+rm ~/.config/awesome
+rm ~/.bashrc
+rm ~/.config/bspwm
+rm ~/.conkyrc
+rm ~/.emacs.d
+rm ~/.config/sxhkd
+rm ~/.tmux.conf
+rm ~/.vimrc