From fb1736bb0ebba3b0ff15e3061c263379e30f4c1e Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Fri, 8 Mar 2024 12:51:25 -0300 Subject: [PATCH] fixup! feat: add productivity apps --- Makefile | 5 +++-- install.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7cbd6ec..c7ed47f 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,6 @@ ssh: ## Copy the SSH public key to your clipboard. @echo "The SSH public key is available in your clipboard." @echo "Add the SSH public key to your account on GitHub or GitLab. See your profile settings for more information." -backup: ## Backup your applications list - @brew bundle dump +backup: ## Back up your applications list. + @echo "Backing up your applications list..." + @brew bundle dump --file=./brew/Brewfile diff --git a/install.sh b/install.sh index 2e75b4b..c683678 100644 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ stow --dotfiles git ssh brew # -- Productivity Apps --------------------------------------------------------- step_msg "Installing the productivity apps" -brew bundle --file Brewfile +brew bundle install # -- Git ----------------------------------------------------------------------- step_msg "Configuring Git"