diff options
Diffstat (limited to 'undeploy.sh')
-rwxr-xr-x | undeploy.sh | 11 |
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 |