From df84fd57a249eb9761042c8050150e2f7ec259c7 Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Fri, 31 May 2024 21:33:14 -0300 Subject: [PATCH] fixup! fixup! feat: set up zsh shell --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 34e79ba..8d24705 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: help check_clean del ssh zsh backup github check-scripts +.PHONY: help check_clean del ssh backup github check-scripts help: ## Show help. @printf "A set of environment management commands.\n" @@ -19,10 +19,6 @@ del: check_clean ## Delete your development environment. @brew uninstall --force $(shell brew list) @NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)" -zsh: ## Change shell to zsh mode - @chsh -s $(which zsh) - @echo "My current shell is $(SHELL)." - ssh: ## Copy the SSH public key to your clipboard. @pbcopy < ~/.ssh/id_ed25519.pub @echo "The SSH public key is available in your clipboard."