Skip to content

Commit

Permalink
feat: add del all environment configs command
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 6, 2024
1 parent 3e437eb commit a8e6f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ help: ## Show help.
@printf "\nThe Commands are:\n\n"
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\t\033[36m%-30s\033[0m %s\n", $$1, $$2}'

del: ## delete all dotfiles
del: ## delete your environment configuration
@stow --dotfiles -D git
@rm -rf ~/Projects

0 comments on commit a8e6f88

Please sign in to comment.