Skip to content

Commit

Permalink
fixup! feat: add productivity apps
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 8, 2024
1 parent ab1a9ef commit fb1736b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb1736b

Please sign in to comment.