mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-03-25 23:40:40 +00:00
add nuke target to sidestep existing files
This commit is contained in:
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…
x
Reference in New Issue
Block a user