From 8c01735257d0f01cb7e61842f0f7803c9d187d66 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 25 Mar 2019 18:15:02 -0400 Subject: [PATCH] add nuke target to sidestep existing files --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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