From 01ca7ce06d7f1a3cfe3fac68aa54325030b9d6c1 Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Fri, 8 Mar 2024 13:07:51 -0300 Subject: [PATCH] fixup! fixup! fixup! fixup! feat: add productivity apps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5a141f..927ba39 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ del: ## Delete your development environment. @stow --dotfiles -D git ssh brew @rm -rf ~/Projects @rm -rf ~/.ssh/id_ed25519 ~/.ssh/id_ed25519.pub - @brew uninstall git stow + @brew uninstall --force $(brew list) ssh: ## Copy the SSH public key to your clipboard. @pbcopy < ~/.ssh/id_ed25519.pub