about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf98cdc..a2a3e6f 100644
--- a/Makefile
+++ b/Makefile
@@ -92,4 +92,8 @@ weechat:
 	@printf "$(YELLOW)--- weechat --------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" weechat
 
-.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install Windows Linux Other
+nuke:
+	@printf "$(YELLOW)--- nuking existing files ------------------------------\n$(RESET)"
+	rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
+
+.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install nuke Windows Linux Other