Skip to content

Commit

Permalink
feat: add set up macos command
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jul 18, 2024
1 parent 3b5c651 commit cb2c489
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help check_clean del ssh backup github gh-dash colima check-scripts
.PHONY: help check_clean del ssh backup github gh-dash colima check-scripts macos

help: ## Show help.
@printf "A set of environment management commands.\n"
Expand Down Expand Up @@ -47,3 +47,6 @@ colima: ## Setting up Colima and create a docker compose plugin.
check-scripts: ## Check the shell script.
@echo "Checking the shell script..."
@shellcheck *.sh

macos: ## Setting up MacOS
@sh ~/.dotfiles/iterm/settings.sh

0 comments on commit cb2c489

Please sign in to comment.