Skip to content

Commit

Permalink
Install trash via make setup resolving #50
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNagengast committed Mar 5, 2024
1 parent a32c947 commit 7dbece0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -20,6 +20,9 @@ setup:
@echo "Checking for git-lfs..."
@which git-lfs > /dev/null || (echo "Installing git-lfs..." && brew install git-lfs)
@echo "git-lfs is installed."
@echo "Checking for trash..."
@which trash > /dev/null || (echo "Installing trash..." && brew install trash)
@echo "trash is installed."
@echo "Done 🚀"


Expand Down

0 comments on commit 7dbece0

Please sign in to comment.