mirror of https://tildegit.org/ben/dotfiles
add nuke target to sidestep existing files
parent
23126d3da1
commit
8c01735257
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in New Issue