add nuke target to sidestep existing files

This commit is contained in:
Ben Harris 2019-03-25 18:15:02 -04:00
parent 23126d3da1
commit 8c01735257
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 5 additions and 1 deletions

View File

@ -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