Skip to content

Commit

Permalink
fixup! fixup! feat: set up zsh shell
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jun 1, 2024
1 parent 5db427e commit df84fd5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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."
Expand Down

0 comments on commit df84fd5

Please sign in to comment.